Configure with --target instead of deprecated form.
This commit is contained in:
parent
f751d9306c
commit
99668f2e6e
|
@ -214,7 +214,7 @@ esac
|
||||||
# The Solaris 64bit targets are special since they need a non-flag arg.
|
# The Solaris 64bit targets are special since they need a non-flag arg.
|
||||||
case "$config" in
|
case "$config" in
|
||||||
sol64*)
|
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,"
|
LIBCRYPTOFLAGS="--with-ssl-dir=/usr/local/ssl64 --with-rpath=-Wl,-rpath,"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue