X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/352ead350c0b1c760dae2c32069d0c0256dd8ce6..2bd41cf0d4ee54ef63fc1c2d9c50c39ea72ad3b6:/package/ipkg/Makefile diff --git a/package/ipkg/Makefile b/package/ipkg/Makefile index 209069122..d6e2271ce 100644 --- a/package/ipkg/Makefile +++ b/package/ipkg/Makefile @@ -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