projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b0eaf9
)
libcap: copy pkgconfig file in staging directory
9725/head
author
Alin Nastac
<alin.nastac@gmail.com>
Wed, 14 Aug 2019 12:04:31 +0000
(14:04 +0200)
committer
Alin Nastac
<alin.nastac@gmail.com>
Wed, 14 Aug 2019 12:04:31 +0000
(14:04 +0200)
This file is needed to enable libcap support in other packages,
such as iproute2's ip-full.
Signed-off-by: Alin Nastac <alin.nastac@gmail.com>
libs/libcap/Makefile
patch
|
blob
|
history
diff --git
a/libs/libcap/Makefile
b/libs/libcap/Makefile
index 8372297284463cdc6c3edfa3e7961cdf7ed4ebfa..06ff8a117926ad155504387514820ef126217dda 100644
(file)
--- a/
libs/libcap/Makefile
+++ b/
libs/libcap/Makefile
@@
-71,6
+71,7
@@
define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/lib/* $(1)/usr/lib/
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/
endef
define Package/libcap/install