projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed3c97c
)
fix
author
Miklos Szeredi
<miklos@szeredi.hu>
Wed, 23 Feb 2005 09:27:38 +0000
(09:27 +0000)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Wed, 23 Feb 2005 09:27:38 +0000
(09:27 +0000)
ChangeLog
patch
|
blob
|
history
fuse.pc.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index d1f73c3398414ee7060002cf0e7586b8d29add30..7acdc08c68bcb7ba390294364b83482f5695c8eb 100644
(file)
--- 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 54f0c494a1bceea4a6c40a15ac4d85ca5e1646b5..669d33f7e2f11abff7c484c67b52acd0d2c40ce5 100644
(file)
--- 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