projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2e2651
)
iptables: do not use -static-libgcc
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 1 Mar 2011 15:41:21 +0000
(15:41 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 1 Mar 2011 15:41:21 +0000
(15:41 +0000)
SVN-Revision: 25808
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index 586576a1eaf42596019a1bc1404f7751cc6ca0d6..4bef3388e7710299e2d2bfdafbd6c1a686c86680 100644
(file)
--- a/
package/iptables/Makefile
+++ b/
package/iptables/Makefile
@@
-290,7
+290,7
@@
CONFIGURE_ARGS += \
MAKE_FLAGS := \
$(TARGET_CONFIGURE_OPTS) \
COPT_FLAGS="$(TARGET_CFLAGS)" \
- LDFLAGS="-rdynamic
-static-libgcc
" \
+ LDFLAGS="-rdynamic" \
KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
KBUILD_OUTPUT="$(LINUX_DIR)" \