]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Disable security key on fbsd6 test host.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 4 Apr 2022 13:52:11 +0000 (23:52 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 4 Apr 2022 13:52:11 +0000 (23:52 +1000)
.github/configs

index 02f8bdc8e8aa7b0195bcf5f60407052b85936dbb..871a3d414d942c0cdeb4d9bd3a596273b0d26049 100755 (executable)
@@ -158,6 +158,10 @@ case "${TARGET_HOST}" in
        # scp 3-way connection hangs on these so skip until sorted.
        SKIP_LTESTS=scp3
        ;;
+    fbsd6)
+       # Native linker is not great with PIC so OpenSSL is built w/out.
+       CONFIGFLAGS="${CONFIGFLAGS} --disable-security-key"
+       ;;
     hurd)
        SKIP_LTESTS="forwarding multiplex proxy-connect hostkey-agent agent-ptrace"
        ;;