summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/package/fuse/patches
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-20 03:00:29 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-20 03:00:29 +0000
commit732482d3c7da7a51f899d9e561b0bae96147a285 (patch)
treee08073e96bd78e97b127b81b7ca261dac725eb17 /openwrt/target/linux/package/fuse/patches
parentd8c0bde813442d6d59eb932b133b4ba405a8b6bb (diff)
downloadmtk-20170518-732482d3c7da7a51f899d9e561b0bae96147a285.zip
mtk-20170518-732482d3c7da7a51f899d9e561b0bae96147a285.tar.gz
mtk-20170518-732482d3c7da7a51f899d9e561b0bae96147a285.tar.bz2
update fuse to new upstream release (v2.4.1) (thanks to Christian Magnusson)
SVN-Revision: 2186
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 b358ab4..0000000
--- 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,