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:
d666955
)
Add -lrt to fuse.pc (if needed) to fix static linking against libfuse
author
Miklos Szeredi
<miklos@szeredi.hu>
Sat, 2 Dec 2006 13:42:14 +0000
(13:42 +0000)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Sat, 2 Dec 2006 13:42:14 +0000
(13:42 +0000)
ChangeLog
patch
|
blob
|
history
fuse.pc.in
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 0019fb7493c189f9bf6a58888ed7bf924b97e2fd..6ff4ec161f0e49df18ccb7b5fbf4977e8a070f75 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,8
@@
+2006-12-02 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Add -lrt to fuse.pc (if needed) to fix static linking against
+ libfuse. Reported by Szakacsits Szabolcs
+
2006-12-01 Miklos Szeredi <miklos@szeredi.hu>
* Released 2.6.1
diff --git
a/fuse.pc.in
b/fuse.pc.in
index 33eda5b60f714530cf5d7bf79af3c91fc03db961..9f98892d6b357300188300543fbf9cfa5b8f8a7f 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
-pthread
+Libs: -L${libdir} -lfuse
@libfuse_libs@
Cflags: -I${includedir}/fuse -D_FILE_OFFSET_BITS=64