From: Simon Josefsson Date: Sun, 20 Feb 2011 15:48:10 +0000 (+0100) Subject: Link with -lnettle too. X-Git-Tag: gnutls_2_99_0~195 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84bc7d77d2332851de150c2f6ad34d8daaf270ed;p=thirdparty%2Fgnutls.git Link with -lnettle too. --- diff --git a/lib/Makefile.am b/lib/Makefile.am index edf5209182..8e470d27b3 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -145,7 +145,7 @@ endif libgnutls_la_LDFLAGS += $(LTLIBPAKCHOIS) if ENABLE_NETTLE -libgnutls_la_LDFLAGS += $(NETTLE_LIBS) +libgnutls_la_LDFLAGS += $(LTLIBNETTLE) $(NETTLE_LIBS) libgnutls_la_LIBADD += nettle/libcrypto.la else libgnutls_la_LDFLAGS += $(LTLIBGCRYPT)