From: Felix Fietkau Date: Tue, 20 Oct 2009 11:44:16 +0000 (+0000) Subject: remove $(FPIC) from iptables, it is handled internally correctly. saves 2k on mips X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=e9309396986e4d06f5fea047057c1b6d78ef670d;p=15.05%2Fopenwrt.git 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 --- 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 \