Skip to content

Commit

Permalink
[bot] AutoMerging: merge all upstream's changes:
Browse files Browse the repository at this point in the history
* https://github.com/coolsnowwolf/lede:
  openssl: make compatible with v1.1 pkg (coolsnowwolf#13143)
  • Loading branch information
github-actions[bot] committed Dec 1, 2024
2 parents 62177e1 + 28e46bb commit c7a96fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/libs/openssl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c7a96fa

Please sign in to comment.