diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-20 11:44:16 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-10-20 11:44:16 +0000 |
commit | f47c28454b9d2e593a3f6e3f4e9bbd808468f4d7 (patch) | |
tree | b6a7daed899ae1df29eeeb0389e8268af73495e1 /package/iptables | |
parent | ae74d3d6f1fc0b4a5dc1115e114873fc9d4b87f6 (diff) |
remove $(FPIC) from iptables, it is handled internally correctly. saves 2k on mips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18098 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-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 \ |