summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2012-05-16 16:45:27 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2012-05-16 16:45:27 +0200
commit384496dd02cfd9a74b95d62ce0d23a31a7af3730 (patch)
tree056675b9a2d44cc46673e183a912ab33b2483718 /ChangeLog
parentacc5c79dd60c1c2aa528743394e3a9fad7f5def3 (diff)
downloadfuse-384496dd02cfd9a74b95d62ce0d23a31a7af3730.tar.gz
Fix -pthread in fuse.pc
Linking to a library that uses threads requires the application to be linked with -pthreads otherwise some pthread functions will be linked to stubs in glibc. So move -pthread from Libs.private to Libs in fuse.pc. Reported by Werner Fink
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3457ffb..b9856ec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-05-16 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Linking to a library that uses threads requires the application
+ to be linked with -pthreads otherwise some pthread functions will
+ be linked to stubs in glibc. So move -pthread from Libs.private
+ to Libs in fuse.pc. Reported by Werner Fink
+
2012-04-20 Miklos Szeredi <miklos@szeredi.hu>
* Released 2.9.0