diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-10-20 11:44:16 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-10-20 11:44:16 +0000 |
commit | f97b87b6e7dd2577a40d77acebd60b9606ab41a4 (patch) | |
tree | 650f2ea48b2b9b010ed36439a45efc4cdfce9daa /package | |
parent | 6c2b49cf236e51121db341c32744b01540f2fa37 (diff) | |
download | upstream-f97b87b6e7dd2577a40d77acebd60b9606ab41a4.tar.gz upstream-f97b87b6e7dd2577a40d77acebd60b9606ab41a4.tar.bz2 upstream-f97b87b6e7dd2577a40d77acebd60b9606ab41a4.zip |
remove $(FPIC) from iptables, it is handled internally correctly. saves 2k on mips
SVN-Revision: 18098
Diffstat (limited to 'package')
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 573579ab00..1e32022138 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -247,7 +247,6 @@ TARGET_CPPFLAGS := \ -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \ $(TARGET_CPPFLAGS) -TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ |