X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/e8d08775f6f9dc8496ee6eea3cf91f06c5991c98..917da387ef18f93fe071221bc4f730e45134306e:/package/libnl-tiny/Makefile diff --git a/package/libnl-tiny/Makefile b/package/libnl-tiny/Makefile index 46a72593d..4b02ef16b 100644 --- a/package/libnl-tiny/Makefile +++ b/package/libnl-tiny/Makefile @@ -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