From: Miklos Szeredi Date: Thu, 16 Jul 2009 17:14:51 +0000 (+0000) Subject: * Add missing pthread link for libulockmgr. Patch by Petr Salinger X-Git-Tag: fuse_2_8_0~1 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7960e99ebbccfea337ab8fc6664918d83027b566;p=qemu-gpiodev%2Flibfuse.git * Add missing pthread link for libulockmgr. Patch by Petr Salinger --- 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 * 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