From 4ed911cbd1b61b23225cd9d2fb3ab3b392729965 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 16 Jan 2012 21:31:46 +0000 Subject: [PATCH] -fix build error on platforms that require -lpthread --- 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 8e3013eb0..c4dfec0ca 100644 --- a/src/fs/Makefile.am +++ b/src/fs/Makefile.am @@ -43,7 +43,7 @@ libgnunetfs_la_SOURCES = \ libgnunetfs_la_LIBADD = \ $(top_builddir)/src/datastore/libgnunetdatastore.la \ $(top_builddir)/src/util/libgnunetutil.la \ - -lextractor \ + -lextractor -lpthread \ $(GN_LIBINTL) $(XLIB) -lunistring libgnunetfs_la_LDFLAGS = \ -- 2.25.1