mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +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
|
||||
|
||||
OPENSSH_ROOT=V_7_6_P1
|
||||
OPENSSH_ROOT=V_7_9_P1
|
||||
|
||||
cd /usr/src
|
||||
curl -LO https://github.com/openssh/openssh-portable/archive/${OPENSSH_ROOT}.tar.gz
|
||||
@ -14,7 +14,7 @@ cd ${OPENSSH_SRC_DIR}
|
||||
|
||||
autoreconf
|
||||
|
||||
./configure --prefix=/usr/local
|
||||
./configure --with-ssl-dir=/usr/local/ssl --prefix=/usr/local
|
||||
|
||||
make -j1 install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user