projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62d2c88
)
remove $(FPIC) from iptables, it is handled internally correctly. saves 2k on mips
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 20 Oct 2009 11:44:16 +0000
(11:44 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 20 Oct 2009 11:44:16 +0000
(11:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18098
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
573579a
..
1e32022
100644
(file)
--- 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 \