mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 08:43:33 +08:00
[openssl] Fix dynamic build on OSX (#24090)
* [openssl] Fix dynamic build on OSX * version * Use SHLIB_VERSION * version
This commit is contained in:
parent
d34bda3300
commit
be8bb99330
@ -263,7 +263,7 @@ if((CMAKE_SYSTEM_NAME STREQUAL "Darwin" OR CMAKE_SYSTEM_NAME STREQUAL "iOS") AND
|
||||
COMMAND /usr/bin/install_name_tool -id "${ID_PREFIX}/libssl.${SHLIB_VERSION}.dylib"
|
||||
"${BUILDDIR}/libssl.${SHLIB_VERSION}.dylib"
|
||||
COMMAND /usr/bin/install_name_tool -id "${ID_PREFIX}/libcrypto.${SHLIB_VERSION}.dylib"
|
||||
"${BUILDDIR}/libcrypto.1.1.dylib"
|
||||
"${BUILDDIR}/libcrypto.${SHLIB_VERSION}.dylib"
|
||||
COMMAND /usr/bin/install_name_tool -change "${CMAKE_INSTALL_PREFIX}/lib/libcrypto.${SHLIB_VERSION}.dylib"
|
||||
"${ID_PREFIX}/libcrypto.${SHLIB_VERSION}.dylib"
|
||||
"${BUILDDIR}/libssl.${SHLIB_VERSION}.dylib"
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "openssl",
|
||||
"version": "3.0.2",
|
||||
"port-version": 2,
|
||||
"port-version": 3,
|
||||
"description": "OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.",
|
||||
"homepage": "https://www.openssl.org",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -5158,7 +5158,7 @@
|
||||
},
|
||||
"openssl": {
|
||||
"baseline": "3.0.2",
|
||||
"port-version": 2
|
||||
"port-version": 3
|
||||
},
|
||||
"openssl-unix": {
|
||||
"baseline": "1.1.1h",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "f521f59b704e7bebbddd28929f61f3911b8c7cb4",
|
||||
"version": "3.0.2",
|
||||
"port-version": 3
|
||||
},
|
||||
{
|
||||
"git-tree": "66e7ff434d21a4fc00cab9bbe6167db295ffefd3",
|
||||
"version": "3.0.2",
|
||||
|
Loading…
Reference in New Issue
Block a user