add a patch to use relative symlinks for development shared libraries
[openwrt.git] / package / iptables / Makefile
index 5b43dfe..b6be986 100644 (file)
@@ -217,6 +217,8 @@ define Build/Configure
                clean
 endef
 
+TARGET_CFLAGS += $(FPIC)
+
 define Build/Compile
        mkdir -p $(PKG_INSTALL_DIR)
        $(MAKE) -C $(PKG_BUILD_DIR) \
This page took 0.01853 seconds and 4 git commands to generate.