* Add missing pthread link for libulockmgr. Patch by Petr Salinger
authorMiklos Szeredi <miklos@szeredi.hu>
Thu, 16 Jul 2009 17:14:51 +0000 (17:14 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Thu, 16 Jul 2009 17:14:51 +0000 (17:14 +0000)
ChangeLog
lib/Makefile.am

index c207b2371b2c3bbd9f14731af17723ac2bb5a40e..ad83907fd7a249da1e082bc6a6a0112be6411a2a 100644 (file)
--- 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
index 7fce149ef91c6ec9fd7d8687497a2bb0ec5ced64..bade536336053a5b6b872dab7b70480b627c97f2 100644 (file)
@@ -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