aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-04-01 12:28:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-04-01 12:28:56 +0000
commit235692a7d6acafba4af0582cd961ea43b58f1a0b (patch)
tree4f70e5c39ac1628152bfe67a61d3b6e09eb13ca5 /package/iptables
parentd651ee4602816fc9856e58c9794ad1b72281d134 (diff)
downloadupstream-235692a7d6acafba4af0582cd961ea43b58f1a0b.tar.gz
upstream-235692a7d6acafba4af0582cd961ea43b58f1a0b.tar.bz2
upstream-235692a7d6acafba4af0582cd961ea43b58f1a0b.zip
fix iptables extension issue with mac os x builds
SVN-Revision: 6786
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 17b79d2fd8..5c65e68e24 100644
--- a/package/iptables/Makefile
+++ b/package/iptables/Makefile
@@ -172,6 +172,7 @@ define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
COPT_FLAGS="$(TARGET_CFLAGS)" \
+ LDFLAGS="-rdynamic -static-libgcc" \
KERNEL_DIR="$(LINUX_DIR)" PREFIX=/usr \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install