]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Configure with --target instead of deprecated form.
authorDarren Tucker <dtucker@dtucker.net>
Mon, 27 Mar 2023 22:50:06 +0000 (09:50 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 27 Mar 2023 22:50:06 +0000 (09:50 +1100)
.github/configs

index d8c1ce002dba7c28eac1c8f1186a9061c3eb1a5a..9cc2bafbda4b40ed7fa193ef9099610f784f8b3c 100755 (executable)
@@ -214,7 +214,7 @@ esac
 # The Solaris 64bit targets are special since they need a non-flag arg.
 case "$config" in
     sol64*)
-       CONFIGFLAGS="x86_64 --with-cflags=-m64 --with-ldflags=-m64 ${CONFIGFLAGS}"
+       CONFIGFLAGS="--target=x86_64 --with-cflags=-m64 --with-ldflags=-m64 ${CONFIGFLAGS}"
        LIBCRYPTOFLAGS="--with-ssl-dir=/usr/local/ssl64 --with-rpath=-Wl,-rpath,"
        ;;
 esac