From 737977b98db3d99f268ef47f0b3895d69831d53b Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Fri, 21 Mar 2014 11:40:20 +0000 Subject: [PATCH] -lgcrypt fails if gcrypt is not in lib search path: use variable to link libcrypt --- src/fs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am index 5ff341e1e..894c3babf 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -50,7 +50,7 @@ libgnunetfs_la_SOURCES = \ libgnunetfs_la_LIBADD = \ $(top_builddir)/src/datastore/libgnunetdatastore.la \ $(top_builddir)/src/util/libgnunetutil.la \ - $(GN_LIBINTL) $(XLIB) -lunistring -lextractor -lgcrypt + $(GN_LIBINTL) $(XLIB) $(LIBGCRYPT_LIBS) -lunistring -lextractor libgnunetfs_la_LDFLAGS = \ $(GN_LIB_LDFLAGS) $(WINFLAGS) \ -- 2.25.1