From: Miklos Szeredi Date: Wed, 23 Feb 2005 09:27:38 +0000 (+0000) Subject: fix X-Git-Tag: fuse_2_3_pre1~12 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=47c529838cde03fa23387f2bf91dfb5706a4470b;p=qemu-gpiodev%2Flibfuse.git fix --- 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