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:
c1d63bf
)
"pkg-config fuse3 --libs" gives the wrong library name
author
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 11 Dec 2013 14:43:45 +0000
(15:43 +0100)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 11 Dec 2013 14:43:45 +0000
(15:43 +0100)
Reported-by: Michael j Theall
fuse3.pc.in
patch
|
blob
|
history
diff --git
a/fuse3.pc.in
b/fuse3.pc.in
index 0b52ba146c6a23079e676c90139dbd45c1958818..b59a1f3a02de5d01ffde64faff0f4c7f58c9c05a 100644
(file)
--- a/
fuse3.pc.in
+++ b/
fuse3.pc.in
@@
-6,6
+6,6
@@
includedir=@includedir@
Name: fuse
Description: Filesystem in Userspace
Version: @VERSION@
-Libs: -L${libdir} -lfuse -pthread
+Libs: -L${libdir} -lfuse
3
-pthread
Libs.private: @libfuse_libs@
Cflags: -I${includedir}/fuse3