summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rwxr-xr-x.github/configs3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/configs b/.github/configs
index f28811c1..c2068f27 100755
--- a/.github/configs
+++ b/.github/configs
@@ -141,7 +141,8 @@ case "${TARGET_HOST}" in
;;
nbsd4)
# System compiler will ICE on some files with fstack-protector
- CONFIGFLAGS="${CONFIGFLAGS} --without-hardening"
+ # SHA256 functions in sha2.h conflict with OpenSSL's breaking sk-dummy
+ CONFIGFLAGS="${CONFIGFLAGS} --without-hardening --disable-security-key"
;;
sol10|sol11)
# sol10 VM is 32bit and the unit tests are slow.