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 | b0c1e95b6536a42da6aeea0b08f5fd6d19cce9d5 (patch) | |
tree | 0dc267efbe886d8d5cfa46d5aed8288c1a79d7d4 /package | |
parent | e9f02cd4dde03e82dbccfc1b9bfe9e788ad2cea6 (diff) | |
download | upstream-b0c1e95b6536a42da6aeea0b08f5fd6d19cce9d5.tar.gz upstream-b0c1e95b6536a42da6aeea0b08f5fd6d19cce9d5.tar.bz2 upstream-b0c1e95b6536a42da6aeea0b08f5fd6d19cce9d5.zip |
iptables: do not use -static-libgcc
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25808 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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)" \ |