fix some firewall script typos (patch from #3897)
[15.05/openwrt.git] / package / ipkg / Makefile
index 2090691..d6e2271 100644 (file)
@@ -38,6 +38,7 @@ define Package/ipkg/description
  ipkg knows how to install both .ipk and .deb packages.
 endef
 
+TARGET_CFLAGS += $(FPIC)
 CONFIGURE_ARGS += $(DISABLE_LARGEFILE)
 
 define Build/Compile