mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-23 00:54:26 +01:00
base: Bump openssh to V_7_9_P1
Also, be explicit with ssl-dir for configuration.
This commit is contained in:
parent
148cb4ce12
commit
0bb3b65ebf
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
OPENSSH_ROOT=V_7_6_P1
|
OPENSSH_ROOT=V_7_9_P1
|
||||||
|
|
||||||
cd /usr/src
|
cd /usr/src
|
||||||
curl -LO https://github.com/openssh/openssh-portable/archive/${OPENSSH_ROOT}.tar.gz
|
curl -LO https://github.com/openssh/openssh-portable/archive/${OPENSSH_ROOT}.tar.gz
|
||||||
@ -14,7 +14,7 @@ cd ${OPENSSH_SRC_DIR}
|
|||||||
|
|
||||||
autoreconf
|
autoreconf
|
||||||
|
|
||||||
./configure --prefix=/usr/local
|
./configure --with-ssl-dir=/usr/local/ssl --prefix=/usr/local
|
||||||
|
|
||||||
make -j1 install
|
make -j1 install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user