internal/rosa/package/gnutls: fix arm64-specific configure flag

Automatic prefix does not happen for the value string.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-07-02 20:58:23 +09:00
parent b538c69e01
commit d2f322e911
+2 -1
View File
@@ -34,7 +34,8 @@ echo 'int main(){return 0;}' > tests/mini-dtls-fragments.c
"with-zstd": "link"; "with-zstd": "link";
"": arch { "": arch {
arm64 = "disable-hardware-acceleration"; // miscompilation on arm64
arm64 = "--disable-hardware-acceleration";
}; };
}; };
}; };