pin openssh
This commit is contained in:
parent
5cce5b36f2
commit
9e0398e31d
1 changed files with 3 additions and 1 deletions
|
@ -84,7 +84,9 @@ $(GIT_ANNEX_ANDROID_SOURCETREE)/openssl/build-stamp:
|
|||
touch $@
|
||||
|
||||
$(GIT_ANNEX_ANDROID_SOURCETREE)/openssh/build-stamp: openssh.patch openssh.config.h
|
||||
cd $(GIT_ANNEX_ANDROID_SOURCETREE)/openssh && git reset --hard
|
||||
# This is a known-good version that the patch works with.
|
||||
# TODO: Upgrade
|
||||
cd $(GIT_ANNEX_ANDROID_SOURCETREE)/openssh && git reset --hard 0a8617ed5af2f0248d0e9648e26b224e16ada742
|
||||
cd $(GIT_ANNEX_ANDROID_SOURCETREE)/openssh && ./configure --host=arm-linux-androideabi --with-ssl-dir=../openssl --without-openssl-header-check
|
||||
cat openssh.patch | (cd $(GIT_ANNEX_ANDROID_SOURCETREE)/openssh && patch -p1)
|
||||
cp openssh.config.h $(GIT_ANNEX_ANDROID_SOURCETREE)/openssh/config.h
|
||||
|
|
Loading…
Reference in a new issue