vcpkg/ports/libgnutls/vcpkg.json
Kai Pastor c0cb0414b7
[libidn2] Update to 2.3.7 [libgnutls] Fix android (#37196)
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>
2024-05-29 00:59:46 -07:00

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."
}
}
}