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.rohieb.name/openwrt.git/commitdiff_plain/85bd1ff0529737c25522d8f1ef724035c81df104?hp=6845dd337f4cdd8e22b8962cf3e87bbe6367fe3f don't pass build cflags to fuse kernel module git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1760 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/target/linux/package/fuse/Makefile b/openwrt/target/linux/package/fuse/Makefile index 9c66cea18..950a9d20c 100644 --- a/openwrt/target/linux/package/fuse/Makefile +++ b/openwrt/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) \