From: Andreas Steffen Date: Sun, 28 Jan 2007 00:08:49 +0000 (-0000) Subject: loading the XAUTH module requires libdl X-Git-Tag: 4.0.7~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bca75e51c27b8b589d53d85f373cf2a57566009;p=thirdparty%2Fstrongswan.git loading the XAUTH module requires libdl --- diff --git a/src/pluto/Makefile.am b/src/pluto/Makefile.am index 4cc999d9be..e5b4b98137 100644 --- a/src/pluto/Makefile.am +++ b/src/pluto/Makefile.am @@ -86,7 +86,7 @@ AM_CFLAGS = \ pluto_LDADD = \ $(top_srcdir)/src/libfreeswan/libfreeswan.a \ $(top_srcdir)/src/libcrypto/libcrypto.a \ --lgmp -lresolv -lpthread +-lgmp -lresolv -lpthread -ldl _pluto_adns_LDADD = \ $(top_srcdir)/src/libfreeswan/libfreeswan.a \