From 142500317e84517472a548637efb2844d63cbd47 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Wed, 23 Jun 2010 01:15:15 +0200 Subject: [PATCH] Really only add libevent_core.la to LIBADD on mingw Commit fdc629736e1 tried to do this, but added it for mingw and for everything else. Fixes a segfault in bufferevent unittests. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 399292ed..3fffb339 100644 --- a/Makefile.am +++ b/Makefile.am @@ -166,7 +166,7 @@ NO_UNDEFINED = -no-undefined MAYBE_CORE = libevent_core.la else NO_UNDEFINED = -MAYBE_CORE = libevent_core.la +MAYBE_CORE = endif GENERIC_LDFLAGS = -version-info $(VERSION_INFO) $(RELEASE) $(NO_UNDEFINED) -- 2.40.0