diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-01 12:28:56 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-01 12:28:56 +0000 |
commit | 262d6ed3a891e6ed63405d3165f542796b92a48b (patch) | |
tree | 24a9575267b71c564b53dc2f41c9373bcabdcc09 /package | |
parent | c6c7fea2b9e1b9f88f556295638d07968825156b (diff) |
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')
-rw-r--r-- | package/iptables/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/Makefile b/package/iptables/Makefile index 17b79d2fd..5c65e68e2 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 |