mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 23:34:31 +04:00
libsodium: fixed pkgconfig not found it.
Signed-off-by: Han Chen chen1324@gmail.com
This commit is contained in:
@@ -62,6 +62,8 @@ define Build/InstallDev
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/sodium/*.h $(1)/usr/include/sodium
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libsodium.{a,so*} $(1)/usr/lib
|
||||
$(INSTALL_DIR) $(1)/usr/lib/pkgconfig
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libsodium.pc $(1)/usr/lib/pkgconfig/
|
||||
endef
|
||||
|
||||
define Package/libsodium/install
|
||||
|
||||
Reference in New Issue
Block a user