From 47c529838cde03fa23387f2bf91dfb5706a4470b Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 23 Feb 2005 09:27:38 +0000 Subject: [PATCH] fix --- ChangeLog | 3 +++ fuse.pc.in | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d1f73c3..7acdc08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ * libfuse: clean up some unitialized memory found with valgrind + * Add -lpthread to Libs in fuse.pc. Valgrind seems to need an + explicitly linked libpthread for applications + 2005-02-10 Miklos Szeredi * fusermount: set umask, otherwise /etc/mtab will have diff --git a/fuse.pc.in b/fuse.pc.in index 54f0c49..669d33f 100644 --- a/fuse.pc.in +++ b/fuse.pc.in @@ -6,5 +6,5 @@ includedir=@includedir@ Name: fuse Description: Filesystem in Userspace Version: @VERSION@ -Libs: -L${libdir} -lfuse +Libs: -L${libdir} -lfuse -lpthread Cflags: -I${includedir}/fuse -D_FILE_OFFSET_BITS=64 -- 2.30.2