diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-19 14:56:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-19 14:57:45 -0400 |
commit | 4e40b54a7516bbc9070faaef31254bd22154684e (patch) | |
tree | 084161e52b8ceef67c193a0e43600bbf60c9aec4 /standalone/android/Makefile | |
parent | ae3b28eb5bfd70ef6f59069ec59abb13ca193d3d (diff) |
Android: Support ssh connection caching.
Diffstat (limited to 'standalone/android/Makefile')
-rw-r--r-- | standalone/android/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile index 177f91a12..13cbf2322 100644 --- a/standalone/android/Makefile +++ b/standalone/android/Makefile @@ -11,9 +11,9 @@ build: source cd source/openssl && CC=$$(which cc) ./Configure android cd source/openssl && $(MAKE) - cd source/rsync && git reset --hard origin/master + cd source/openssh && git reset --hard cd source/openssh && ./configure --host=arm-linux-androideabi --with-ssl-dir=../openssl --without-openssl-header-check - cd source/openssh && patch < ../../openssh.patch + cd source/openssh && patch -p1 < ../../openssh.patch cp openssh.config.h source/openssh/config.h cd source/openssh && sed -i -e 's/getrrsetbyname.o //' openbsd-compat/Makefile cd source/openssh && sed -i -e 's/auth-passwd.o //' Makefile |