diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-04-04 22:33:51 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-04-04 22:33:51 +0900 |
| commit | 04fe3b24ced372debfa705fb19f3f07cddffce7a (patch) | |
| tree | 9efc93a477b2827d4d314f2f8c5479eb783d152c /internal | |
| parent | 93ad551054ab17c955454d94b1949cdd8585323c (diff) | |
internal/rosa/gnu: gnutls configure trust store
The test suite is somehow happy on amd64 but fails on arm64.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/gnu.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/rosa/gnu.go b/internal/rosa/gnu.go index 5ec0e423..0aa7e93e 100644 --- a/internal/rosa/gnu.go +++ b/internal/rosa/gnu.go @@ -994,6 +994,10 @@ index 1b78b8cf1..350156a86 100644 Configure: []KV{ {"disable-doc"}, + {"disable-openssl-compatibility"}, + + {"with-default-trust-store-file", "/system/etc/ssl/certs/ca-bundle.crt"}, + {"with-default-trust-store-pkcs11", "pkcs11:"}, {"with-zlib", "link"}, {"with-zstd", "link"}, @@ -1010,6 +1014,7 @@ index 1b78b8cf1..350156a86 100644 Python, Texinfo, Diffutils, + NSSCACert, Libev, Zlib, |
