summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2023-03-28 09:50:06 +1100
committerDarren Tucker <dtucker@dtucker.net>2023-03-28 09:50:06 +1100
commit99668f2e6e0deb833e46cfab56db59ff0fc28c7e (patch)
tree5620ba30e7ecc2d2ff4400326583259f07dcae11
parentf751d9306c62cd1061f966e6a7483d9bab9c379b (diff)
downloadopenssh-git-99668f2e6e0deb833e46cfab56db59ff0fc28c7e.tar.gz
Configure with --target instead of deprecated form.
-rwxr-xr-x.github/configs2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/configs b/.github/configs
index d8c1ce00..9cc2bafb 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