aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-08-27 02:05:54 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-08-27 02:05:54 +0000
commitf7ed972e185c7b1bd51bacc7b75c8956fb250154 (patch)
tree5e69891ebe1bb4a6a3a53a87de17b694a4326bb7 /target
parent899b389328a61e6374d89e653afea429eeb8d0e1 (diff)
downloadupstream-f7ed972e185c7b1bd51bacc7b75c8956fb250154.tar.gz
upstream-f7ed972e185c7b1bd51bacc7b75c8956fb250154.tar.bz2
upstream-f7ed972e185c7b1bd51bacc7b75c8956fb250154.zip
don't pass build cflags to fuse kernel module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1760 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/package/fuse/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/package/fuse/Makefile b/target/linux/package/fuse/Makefile
index 9c66cea188..950a9d20cb 100644
--- a/target/linux/package/fuse/Makefile
+++ b/target/linux/package/fuse/Makefile
@@ -32,7 +32,6 @@ $(PKG_BUILD_DIR)/.configured:
touch include/config.h.in ; \
touch configure ; \
$(TARGET_CONFIGURE_OPTS) \
- CFLAGS="$(TARGET_CFLAGS)" \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \