forked from rosa/hakurei
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:
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user