Browse Source

fix iptables extension issue with mac os x builds

SVN-Revision: 6786
Felix Fietkau 19 years ago
parent
commit
235692a7d6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/iptables/Makefile

+ 1 - 0
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