From 7960e99ebbccfea337ab8fc6664918d83027b566 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 16 Jul 2009 17:14:51 +0000 Subject: [PATCH] * Add missing pthread link for libulockmgr. Patch by Petr Salinger --- ChangeLog | 2 ++ lib/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.30.2