summaryrefslogtreecommitdiffstats
path: root/package/ipkg/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/ipkg/Makefile')
-rw-r--r--package/ipkg/Makefile1
1 files changed, 1 insertions, 0 deletions
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