mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:39:03 +08:00
4a3c366f2d
* [openssl] Use bash from PATH rather then /bin (microsoft/vcpkg#32288) The configure script used to invoke python during the build process contains a shebang that invokes /bin/bash independend of whatever bash would usually resolve to. This breaks compilation on FreeBSD, where bash isn't part of the operating system. Rather then /bin/bash, invoke /usr/bin/env bash, which resolves the bash command by iterating PATH * [openssl] regenerate versions registries (microsoft/vcpkg#32288)
33 lines
827 B
JSON
33 lines
827 B
JSON
{
|
|
"name": "openssl",
|
|
"version": "3.1.1",
|
|
"port-version": 1,
|
|
"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",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"fips": {
|
|
"description": "Enable fips",
|
|
"supports": "!static"
|
|
},
|
|
"tools": {
|
|
"description": "Install openssl executable and scripts",
|
|
"supports": "!uwp"
|
|
}
|
|
}
|
|
}
|