aboutsummaryrefslogtreecommitdiffstats
path: root/fuse.pc.in
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-12-02 13:42:14 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-12-02 13:42:14 +0000
commit237f8435f5619bf563424d2c55a14df6270a35d2 (patch)
treeb5cda056b83a0aed1f1474abf8803684fc68f742 /fuse.pc.in
parentd66695521fbc77c5213c7c9bdb086abbee3773ee (diff)
downloadandroid_external_fuse-237f8435f5619bf563424d2c55a14df6270a35d2.tar.gz
android_external_fuse-237f8435f5619bf563424d2c55a14df6270a35d2.tar.bz2
android_external_fuse-237f8435f5619bf563424d2c55a14df6270a35d2.zip
Add -lrt to fuse.pc (if needed) to fix static linking against libfuse
Diffstat (limited to 'fuse.pc.in')
-rw-r--r--fuse.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse.pc.in b/fuse.pc.in
index 33eda5b..9f98892 100644
--- 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