add a patch to use relative symlinks for development shared libraries
[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
This page took 0.021498 seconds and 4 git commands to generate.