From: Felix Fietkau Date: Sat, 27 Aug 2005 02:05:40 +0000 (+0000) Subject: don't pass build cflags to fuse kernel module X-Git-Tag: whiterussian_rc4~229 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ededcac008d2373bcb7d1071241b940b6ac828cd;p=openwrt%2Fsvn-archive%2Fopenwrt.git don't pass build cflags to fuse kernel module SVN-Revision: 1759 --- diff --git a/openwrt/target/linux/package/fuse/Makefile b/openwrt/target/linux/package/fuse/Makefile index c366d9a65c..cb83c8e0bc 100644 --- a/openwrt/target/linux/package/fuse/Makefile +++ b/openwrt/target/linux/package/fuse/Makefile @@ -31,7 +31,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) \