From: Sebastian Hahn Date: Tue, 22 Jun 2010 23:15:15 +0000 (+0200) Subject: Really only add libevent_core.la to LIBADD on mingw X-Git-Tag: release-2.0.6-rc~36 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=142500317e84517472a548637efb2844d63cbd47;p=libevent 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. --- 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)