From: Darren Tucker Date: Mon, 27 Mar 2023 22:50:06 +0000 (+1100) Subject: Configure with --target instead of deprecated form. X-Git-Tag: V_9_4_P1~120 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99668f2e6e0deb833e46cfab56db59ff0fc28c7e;p=thirdparty%2Fopenssh-portable.git Configure with --target instead of deprecated form. --- diff --git a/.github/configs b/.github/configs index d8c1ce002..9cc2bafbd 100755 --- a/.github/configs +++ b/.github/configs @@ -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