diff --git a/package/iptables/Makefile b/package/iptables/Makefile
index 17b79d2fd84b4d6b00e050bffad61bd274fcc8a4..5c65e68e2434e12c867277aadce3849151d5e2d0 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