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
commitfc4c35b024889a2b963503e4069f434de4d3bb14 (patch)
tree24a9575267b71c564b53dc2f41c9373bcabdcc09 /package/iptables
parentd94667294f62db7c54e9d12e198d5ad87ce11fe8 (diff)
downloadmaster-187ad058-fc4c35b024889a2b963503e4069f434de4d3bb14.tar.gz
master-187ad058-fc4c35b024889a2b963503e4069f434de4d3bb14.tar.bz2
master-187ad058-fc4c35b024889a2b963503e4069f434de4d3bb14.zip
fix iptables extension issue with mac os x builds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6786 3c298f89-4303-0410-b956-a3cf2f4a3e73
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