diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | fuse.pc.in | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 @@ -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 |