aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--lib/Makefile.am2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c207b23..ad83907 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
kernel and userspace. Notably libfuse didn't correctly handle the
case when the supported major versions didn't match
+ * Add missing pthread link for libulockmgr. Patch by Petr Salinger
+
2009-07-02 Miklos Szeredi <miklos@szeredi.hu>
* The context is extended with a 'umask' field. The umask is sent
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7fce149..bade536 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -39,6 +39,6 @@ libfuse_la_LDFLAGS = @libfuse_libs@ -version-number 2:8:0 \
-Wl,--version-script,$(srcdir)/fuse_versionscript
libulockmgr_la_SOURCES = ulockmgr.c
-libulockmgr_la_LDFLAGS = -version-number 1:0:1
+libulockmgr_la_LDFLAGS = -pthread -version-number 1:0:1
EXTRA_DIST = fuse_versionscript