index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
path:
root
/
libs
/
libedit
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'libs/libedit')
-rw-r--r--
libs/libedit/Makefile
3
1 files changed, 3 insertions, 0 deletions
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