X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/878bf6bcc711ab94c88d265726d7f845f3cf750b..11543233b23052270bdda2cb21cc41096e579904:/package/iptables/Makefile 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