X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/31ad6d72b32edec4d692a68172eadb56293c4330..cad6e7ab54c7cd48d6434da78b6be0791c30b788:/package/ipkg/Makefile?ds=sidebyside diff --git a/package/ipkg/Makefile b/package/ipkg/Makefile index 8b3b5c87f..d6e2271ce 100644 --- a/package/ipkg/Makefile +++ b/package/ipkg/Makefile @@ -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