]> arthur.barton.de Git - netatalk.git/commitdiff
bundled libevent2 is static
authorHAT <hat@fa2.so-net.ne.jp>
Sun, 10 Feb 2013 03:27:35 +0000 (12:27 +0900)
committerHAT <hat@fa2.so-net.ne.jp>
Sun, 10 Feb 2013 03:27:35 +0000 (12:27 +0900)
NEWS
libevent/Makefile.am

diff --git a/NEWS b/NEWS
index d98cac8ac536dbdb2378ea86ac6b279c792327cb..41aac88cfad0138844b1be44b164bce56b21b8bd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 Changes in 3.0.3
 ================
 * UPD: afpd: Increase default DSI server quantum to 1 MB
+* UPD: bundled libevent2 is now static
 
 Changes in 3.0.2
 ================
index 09505bd76688e62c073a84b4357b01d0af730fbe..87f3f1467cf3dc74d3dad4fb994a80b049fdb253 100644 (file)
@@ -196,7 +196,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)
@@ -251,3 +251,5 @@ FORCE:
 
 DISTCLEANFILES = *~ libevent.pc ./include/event2/event-config.h
 
+install:
+