block-mount: Fixed mount deadlocks due to buggy use of locks in /lib/functions/block.sh
[openwrt.git] / package / libnl-tiny / Makefile
index 46a7259..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) \
@@ -36,9 +38,10 @@ define Build/Compile
 endef
 
 define Build/InstallDev
-       $(INSTALL_DIR) $(1)/usr/lib $(1)/usr/include/libnl-tiny
+       $(INSTALL_DIR) $(1)/usr/lib/pkgconfig $(1)/usr/include/libnl-tiny
        $(CP) $(PKG_BUILD_DIR)/include/* $(1)/usr/include/libnl-tiny
        $(CP) $(PKG_BUILD_DIR)/libnl-tiny.so $(1)/usr/lib/
+       $(CP) ./files/libnl-tiny.pc $(1)/usr/lib/pkgconfig
 endef
 
 define Package/libnl-tiny/install
This page took 0.021813 seconds and 4 git commands to generate.