summaryrefslogtreecommitdiff
path: root/package/fuse
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-27 10:27:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-27 10:27:09 +0200
commit63c6929d36e5b5802c0983932a3d69e23f330bb5 (patch)
tree57de1bd67fa01fb35ced66d8907fd926c66adfe5 /package/fuse
parentc4ef12b64426763670dcae46219b766ba2f490cd (diff)
fix allconfig for foxg20
Diffstat (limited to 'package/fuse')
-rw-r--r--package/fuse/patches/patch-fuse_pc_in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/fuse/patches/patch-fuse_pc_in b/package/fuse/patches/patch-fuse_pc_in
new file mode 100644
index 000000000..9f21cd567
--- /dev/null
+++ b/package/fuse/patches/patch-fuse_pc_in
@@ -0,0 +1,9 @@
+--- fuse-2.7.4.orig/fuse.pc.in 2008-02-19 20:51:21.000000000 +0100
++++ fuse-2.7.4/fuse.pc.in 2011-04-25 18:02:20.087672599 +0200
+@@ -6,5 +6,5 @@ includedir=@includedir@
+ Name: fuse
+ Description: Filesystem in Userspace
+ Version: @VERSION@
+-Libs: -L${libdir} -lfuse @libfuse_libs@
++Libs: -L${libdir} -lfuse
+ Cflags: -I${includedir}/fuse -D_FILE_OFFSET_BITS=64