libnl-tiny: add -fpic
[openwrt.git] / package / libnl-tiny / Makefile
index 8a674aa..4b02ef1 100644 (file)
@@ -28,6 +28,8 @@ define Build/Prepare
        $(CP) ./src/* $(PKG_BUILD_DIR)/
 endef
 
+TARGET_CFLAGS += $(FPIC)
+
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                $(TARGET_CONFIGURE_OPTS) \
This page took 0.020549 seconds and 4 git commands to generate.