mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
openssl: make compatible with v1.1 pkg
This commit is contained in:
parent
7acf8fc20e
commit
61625a6cf9
@ -409,7 +409,9 @@ define Package/libopenssl/install
|
||||
chmod 0700 $(1)/etc/ssl/private
|
||||
$(INSTALL_DIR) $(1)/usr/lib
|
||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libcrypto.so.* $(1)/usr/lib/
|
||||
$(LN) libcrypto.so.3 $(1)/usr/lib/libcrypto.so.1.1
|
||||
$(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libssl.so.* $(1)/usr/lib/
|
||||
$(LN) libssl.so.3 $(1)/usr/lib/libssl.so.1.1
|
||||
$(if $(CONFIG_OPENSSL_ENGINE),$(INSTALL_DIR) $(1)/usr/lib/$(ENGINES_DIR))
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user