diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-03-01 15:41:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-03-01 15:41:21 +0000 |
commit | 925965627fa5d11d8eda597b36d59353a5b3a49f (patch) | |
tree | 8c4898a7f92d17251b44623568f011ebacf64e50 /package/iptables/Makefile | |
parent | c2e2651b712c5e6eaa7dabae1290d9885c7ae85c (diff) | |
download | upstream-925965627fa5d11d8eda597b36d59353a5b3a49f.tar.gz upstream-925965627fa5d11d8eda597b36d59353a5b3a49f.tar.bz2 upstream-925965627fa5d11d8eda597b36d59353a5b3a49f.zip |
iptables: do not use -static-libgcc
SVN-Revision: 25808
Diffstat (limited to 'package/iptables/Makefile')
-rw-r--r-- | package/iptables/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 586576a1ea..4bef3388e7 100644 --- 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)" \ |