mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-22 10:00:14 +00:00
Configure with --target instead of deprecated form.
This commit is contained in:
parent
f751d9306c
commit
99668f2e6e
2
.github/configs
vendored
2
.github/configs
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user