diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-27 02:05:54 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-27 02:05:54 +0000 |
commit | 78bd88bba319cc63d25b15c85315312f7b96cb69 (patch) | |
tree | 5e69891ebe1bb4a6a3a53a87de17b694a4326bb7 /target | |
parent | 085698069ba31368beaf566d8de22de94668ab45 (diff) |
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/Makefile | 1 |
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) \ |