enable $(FPIC) for a few more packages
[openwrt/svn-archive/archive.git] / libs / liboil / Makefile
index bfe3bf65a364c27c4602770dcc887d9ee09c0d2b..ea6f0eba8c6fd9af6fab64e016b30743ecb53ff1 100644 (file)
@@ -37,6 +37,8 @@ define Package/liboil/description
   provided by modern CPUs (Altivec, MMX, SSE, etc.).
 endef
 
+TARGET_CFLAGS += $(FPIC)
+
 CONFIGURE_ARGS += \
        --enable-shared \
        --enable-static \