From: nbd Date: Sat, 27 Aug 2005 02:05:54 +0000 (+0000) Subject: don't pass build cflags to fuse kernel module X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=78bd88bba319cc63d25b15c85315312f7b96cb69;p=openwrt.git 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 --- 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) \