use $(FPIC) in a few places where it matters
[openwrt.git] / package / nvram / Makefile
index 7e31bcf..ec20de2 100644 (file)
@@ -29,6 +29,8 @@ define Build/Prepare
        $(CP) ./src/* $(PKG_BUILD_DIR)
 endef
 
+TARGET_CFLAGS += $(FPIC)
+
 define Build/InstallDev
        mkdir -p $(1)/usr/lib
        $(CP) $(PKG_BUILD_DIR)/libnvram*.so $(1)/usr/lib/
This page took 0.024347 seconds and 4 git commands to generate.