aboutsummaryrefslogtreecommitdiffstats
path: root/fuse.pc.in
diff options
context:
space:
mode:
authorCsaba Henk <csaba.henk@creo.hu>2006-06-01 14:19:17 +0000
committerCsaba Henk <csaba.henk@creo.hu>2006-06-01 14:19:17 +0000
commit4f5c7b45d55a074d238d1052e4a55485d91b5987 (patch)
treebe6d4ffa04a32aa4be09c1cd865367473a768402 /fuse.pc.in
parent06908f4eb4e86561d34a526ab1ce3bd3d3d3dab4 (diff)
downloadandroid_external_fuse-4f5c7b45d55a074d238d1052e4a55485d91b5987.tar.gz
android_external_fuse-4f5c7b45d55a074d238d1052e4a55485d91b5987.tar.bz2
android_external_fuse-4f5c7b45d55a074d238d1052e4a55485d91b5987.zip
fix: adjust threading related compiler flags
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 669d33f..33eda5b 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 -lpthread
+Libs: -L${libdir} -lfuse -pthread
Cflags: -I${includedir}/fuse -D_FILE_OFFSET_BITS=64