From: Felix Fietkau Date: Sat, 27 Aug 2005 02:05:54 +0000 (+0000) Subject: don't pass build cflags to fuse kernel module X-Git-Tag: reboot~32147 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=43215e80b1efdc841f85b4c1565d9b6b02de1572;p=oweals%2Fopenwrt.git don't pass build cflags to fuse kernel module SVN-Revision: 1760 --- diff --git a/openwrt/target/linux/package/fuse/Makefile b/openwrt/target/linux/package/fuse/Makefile index 9c66cea188..950a9d20cb 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) \