mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 17:47:00 +00:00
parent
d9259b25bf
commit
115aced5c7
@ -130,8 +130,8 @@ endef
|
|||||||
|
|
||||||
define Package/libopenssl/install
|
define Package/libopenssl/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{crypto,ssl}.so.* $(1)/usr/lib/
|
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libcrypto.so.* $(1)/usr/lib/
|
||||||
chmod 0644 $(1)/usr/lib/*
|
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libssl.so.* $(1)/usr/lib/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/openssl-util/install
|
define Package/openssl-util/install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user