mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
openssl: make compatible with v1.1 pkg (#13143)
This commit is contained in:
parent
007d406efc
commit
28e46bb611
@ -401,7 +401,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