mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
libcap: copy pkgconfig file in staging directory
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user