From 29ea1e9dd3df00b3ff2ba05bccd53312fd417cbe Mon Sep 17 00:00:00 2001 From: HAT Date: Sun, 10 Feb 2013 12:27:35 +0900 Subject: [PATCH] bundled libevent2 is static --- NEWS | 1 + libevent/Makefile.am | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index d98cac8a..41aac88c 100644 --- 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 ================ diff --git a/libevent/Makefile.am b/libevent/Makefile.am index 09505bd7..87f3f146 100644 --- a/libevent/Makefile.am +++ b/libevent/Makefile.am @@ -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: + -- 2.39.2