summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-10-20 11:44:16 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-10-20 11:44:16 +0000
commitf97b87b6e7dd2577a40d77acebd60b9606ab41a4 (patch)
tree650f2ea48b2b9b010ed36439a45efc4cdfce9daa /package
parent6c2b49cf236e51121db341c32744b01540f2fa37 (diff)
downloadmaster-31e0f0ae-f97b87b6e7dd2577a40d77acebd60b9606ab41a4.tar.gz
master-31e0f0ae-f97b87b6e7dd2577a40d77acebd60b9606ab41a4.tar.bz2
master-31e0f0ae-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/Makefile1
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 \