aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-02-23 09:27:38 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-02-23 09:27:38 +0000
commit47c529838cde03fa23387f2bf91dfb5706a4470b (patch)
tree005af75b05e4db9bf9dc70a1aab19513e198d833
parented3c97cbf66946d8228edffce3f41c4cac771270 (diff)
fix
-rw-r--r--ChangeLog3
-rw-r--r--fuse.pc.in2
2 files changed, 4 insertions, 1 deletions
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 <miklos@szeredi.hu>
* 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