From: Sebastian Kemper Date: Thu, 31 Aug 2017 20:22:46 +0000 (+0200) Subject: libedit: install pkgconfig file X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f546c741554c93cabd8f753077da89af70925cc9;p=openwrt-packages.git libedit: install pkgconfig file Some configure scripts rely on pkgconfig to detect libedit, for instance asterisk-13. Install the file so libedit can be used there as well. Signed-off-by: Sebastian Kemper --- diff --git a/libs/libedit/Makefile b/libs/libedit/Makefile index c91a4ee0b..59d98bafc 100644 --- a/libs/libedit/Makefile +++ b/libs/libedit/Makefile @@ -44,6 +44,9 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/lib/libedit.{a,so*} $(1)/usr/lib/ + + $(INSTALL_DIR) $(1)/usr/lib/pkgconfig + $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libedit.pc $(1)/usr/lib/pkgconfig endef define Package/libedit/install