summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/fuse/patches
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-20 03:00:29 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-20 03:00:29 +0000
commitad29099325f02e0150055b5575b0b35743237d61 (patch)
treefee03746707bf6c3e0fb7fc299552a53866c356d /openwrt/target/linux/package/fuse/patches
parentd83cdcff15eff32d9e67928a05d96a3e06c8ba47 (diff)
update fuse to new upstream release (v2.4.1) (thanks to Christian Magnusson)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2186 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/fuse/patches')
-rw-r--r--openwrt/target/linux/package/fuse/patches/102-cflags_configure.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/openwrt/target/linux/package/fuse/patches/102-cflags_configure.patch b/openwrt/target/linux/package/fuse/patches/102-cflags_configure.patch
deleted file mode 100644
index b358ab4ec..000000000
--- a/openwrt/target/linux/package/fuse/patches/102-cflags_configure.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- fuse-2.2.1-orig/configure 2005-03-08 15:48:57.000000000 +0100
-+++ fuse-2.2.1-1/configure 2005-04-06 14:39:18.000000000 +0200
-@@ -9354,7 +9354,7 @@
-
- fi
-
--CFLAGS="-Wall -W -g -O2"
-+[ -z "$CFLAGS" ] && CFLAGS="-Wall -W -g -O2"
- CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=22"
-
- # Check whether --enable-kernel-module or --disable-kernel-module was given.
---- fuse-2.2.1-orig/configure.in 2005-03-08 15:39:23.000000000 +0100
-+++ fuse-2.2.1-1/configure.in 2005-04-06 14:39:20.000000000 +0200
-@@ -13,7 +13,7 @@
- AC_SUBST(mkdir_p)
- fi
-
--CFLAGS="-Wall -W -g -O2"
-+[ -z "$CFLAGS" ] && CFLAGS="-Wall -W -g -O2"
- CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=22"
-
- AC_ARG_ENABLE(kernel-module,