]> arthur.barton.de Git - netatalk.git/commitdiff
Add patch necessary for imported libevent
authorFrank Lahm <franklahm@googlemail.com>
Wed, 20 Jul 2011 08:16:20 +0000 (10:16 +0200)
committerFrank Lahm <franklahm@googlemail.com>
Wed, 20 Jul 2011 08:16:20 +0000 (10:16 +0200)
contrib/misc/libevent.patch [new file with mode: 0644]

diff --git a/contrib/misc/libevent.patch b/contrib/misc/libevent.patch
new file mode 100644 (file)
index 0000000..7d69713
--- /dev/null
@@ -0,0 +1,19 @@
+diff --git a/libevent/Makefile.am b/libevent/Makefile.am
+index 46f6d34..dda19b2 100644
+--- a/libevent/Makefile.am
++++ b/libevent/Makefile.am
+@@ -173,7 +173,7 @@ NO_UNDEFINED =
+ MAYBE_CORE =
+ endif
+-GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED)
++GENERIC_LDFLAGS = -static
+ libevent_la_SOURCES = $(CORE_SRC) $(EXTRA_SRC)
+ libevent_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
+@@ -221,3 +221,5 @@ FORCE:
+ DISTCLEANFILES = *~ libevent.pc ./include/event2/event-config.h
++install:
++