add missing kconfig symbol for generic ide
[openwrt.git] / package / ipkg / Makefile
index 8b3b5c8..d6e2271 100644 (file)
@@ -38,11 +38,12 @@ 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
        $(MAKE) -C $(PKG_BUILD_DIR) \
-               CC=$(TARGET_CC) \
+               CC="$(TARGET_CC)" \
                DESTDIR="$(PKG_INSTALL_DIR)" \
                all install
 endef
This page took 0.022708 seconds and 4 git commands to generate.