use $(FPIC) in a few places where it matters
[openwrt/svn-archive/archive.git] / package / ipkg / Makefile
index 209069122bbf500d317c834c35d518a453be80e6..d6e2271ceab3e8583de553d8207c1a73906023dd 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