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: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=commitdiff_plain;h=f97b87b6e7dd2577a40d77acebd60b9606ab41a4 remove $(FPIC) from iptables, it is handled internally correctly. saves 2k on mips SVN-Revision: 18098 --- 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 \