remove $(FPIC) from iptables, it is handled internally correctly. saves 2k on mips
authorFelix Fietkau <nbd@openwrt.org>
Tue, 20 Oct 2009 11:44:16 +0000 (11:44 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 20 Oct 2009 11:44:16 +0000 (11:44 +0000)
SVN-Revision: 18098

package/iptables/Makefile

index 573579ab0042adf6ae21d5b922cc133255e9addf..1e32022138bc27ae40c2d3ffe3d44fce8061a6f1 100644 (file)
@@ -247,7 +247,6 @@ TARGET_CPPFLAGS := \
        -I$(LINUX_DIR)/arch/$(LINUX_KARCH)/include \
        $(TARGET_CPPFLAGS)
 
-TARGET_CFLAGS += $(FPIC)
 CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \