]> arthur.barton.de Git - netatalk.git/blob - contrib/misc/libevent.patch
remove global option "icon"
[netatalk.git] / contrib / misc / libevent.patch
1 diff --git a/libevent/Makefile.am b/libevent/Makefile.am
2 index 46f6d34..dda19b2 100644
3 --- a/libevent/Makefile.am
4 +++ b/libevent/Makefile.am
5 @@ -173,7 +173,7 @@ NO_UNDEFINED =
6  MAYBE_CORE =
7  endif
8  
9 -GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED)
10 +GENERIC_LDFLAGS = -static
11  
12  libevent_la_SOURCES = $(CORE_SRC) $(EXTRA_SRC)
13  libevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
14 @@ -221,3 +221,5 @@ FORCE:
15  
16  DISTCLEANFILES = *~ libevent.pc ./include/event2/event-config.h
17  
18 +install:
19 +