From: Frank Lahm Date: Mon, 4 Apr 2011 12:17:48 +0000 (+0200) Subject: Link in @LIBGCRYPT_LIBS@, ensuring the right lib gets loaded in the UAM in case anoth... X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=netatalk.git;a=commitdiff_plain;h=817e938db2909e90811f4e03ed8192dfbd405ca1 Link in @LIBGCRYPT_LIBS@, ensuring the right lib gets loaded in the UAM in case another lib (eg ldap) links with it --- diff --git a/etc/afpd/Makefile.am b/etc/afpd/Makefile.am index 7e93dec2..dd81a3f7 100644 --- a/etc/afpd/Makefile.am +++ b/etc/afpd/Makefile.am @@ -44,7 +44,7 @@ afpd_SOURCES = \ afpd_LDADD = \ $(top_builddir)/libatalk/cnid/libcnid.la \ $(top_builddir)/libatalk/libatalk.la \ - @QUOTA_LIBS@ @SLP_LIBS@ @WRAP_LIBS@ @LIBADD_DL@ @ACL_LIBS@ @ZEROCONF_LIBS@ @PTHREAD_LIBS@ + @LIBGCRYPT_LIBS@ @ZEROCONF_LIBS@ @QUOTA_LIBS@ @SLP_LIBS@ @WRAP_LIBS@ @LIBADD_DL@ @ACL_LIBS@ @PTHREAD_LIBS@ afpd_LDFLAGS = -export-dynamic