summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2009-07-16 17:14:51 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2009-07-16 17:14:51 +0000
commit7960e99ebbccfea337ab8fc6664918d83027b566 (patch)
tree70f9cf79eb0861820ea9ee909f524c64aeb021df
parent3846394e7ad0a85a0eee3346444befa81f4425af (diff)
downloadfuse-7960e99ebbccfea337ab8fc6664918d83027b566.tar.gz
* Add missing pthread link for libulockmgr. Patch by Petr Salinger
-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