diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-08-27 02:05:54 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-08-27 02:05:54 +0000 |
| commit | a62b74d665feac2a9f7363c8cb3cb2a0990e3cca (patch) | |
| tree | e9b1f22f5b9455c467c6f9a81b6bbda448e959a8 | |
| parent | ccd7ebe7e48f9276cb40d0fe738422e875865d44 (diff) | |
| download | upstream-a62b74d665feac2a9f7363c8cb3cb2a0990e3cca.tar.gz upstream-a62b74d665feac2a9f7363c8cb3cb2a0990e3cca.tar.bz2 upstream-a62b74d665feac2a9f7363c8cb3cb2a0990e3cca.zip | |
don't pass build cflags to fuse kernel module
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1760 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/target/linux/package/fuse/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/fuse/Makefile b/openwrt/target/linux/package/fuse/Makefile index 9c66cea1880..950a9d20cb5 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) \ |
