mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:29:00 +08:00
c0cb0414b7
libidn2: Enable android support. libgnutls: CCAS defaults to CC, but CCASFLAGS would lack what we move to CPPFLAGS. --------- Co-authored-by: Monica <v-liumonica@microsoft.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
36 lines
746 B
JSON
36 lines
746 B
JSON
{
|
|
"name": "libgnutls",
|
|
"version": "3.8.5",
|
|
"port-version": 1,
|
|
"description": "A secure communications library implementing the SSL, TLS and DTLS protocols.",
|
|
"homepage": "https://www.gnutls.org/",
|
|
"license": null,
|
|
"supports": "!windows | mingw",
|
|
"dependencies": [
|
|
"gmp",
|
|
"libidn2",
|
|
"libtasn1",
|
|
"libunistring",
|
|
"nettle",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"nls": {
|
|
"description": "Enable native language support.",
|
|
"dependencies": [
|
|
{
|
|
"name": "gettext",
|
|
"host": true,
|
|
"features": [
|
|
"tools"
|
|
]
|
|
},
|
|
"gettext-libintl"
|
|
]
|
|
},
|
|
"openssl": {
|
|
"description": "Enable the OpenSSL compatibility library."
|
|
}
|
|
}
|
|
}
|