chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
174285d
)
openssh: Enable libedit in sftp
author
Fredrik Fornwall
<fredrik@fornwall.net>
Mon, 17 Apr 2017 21:03:46 +0000
(23:03 +0200)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Mon, 17 Apr 2017 21:03:46 +0000
(23:03 +0200)
packages/openssh/build.sh
patch
|
blob
|
blame
|
history
diff --git
a/packages/openssh/build.sh
b/packages/openssh/build.sh
index e7d67838ef1b713196a56e42804a229d64eb51b3..8bbfc9351ba7e976f0b807d35b3878490a4beac7 100755
(executable)
--- a/
packages/openssh/build.sh
+++ b/
packages/openssh/build.sh
@@
-1,9
+1,10
@@
TERMUX_PKG_HOMEPAGE=https://www.openssh.com/
TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine"
TERMUX_PKG_VERSION=7.5p1
TERMUX_PKG_HOMEPAGE=https://www.openssh.com/
TERMUX_PKG_DESCRIPTION="Secure shell for logging into a remote machine"
TERMUX_PKG_VERSION=7.5p1
+TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=9846e3c5fab9f0547400b4d2c017992f914222b3fd1f8eee6c7dc6bc5e59f9f0
TERMUX_PKG_SRCURL=http://mirrors.evowise.com/pub/OpenBSD/OpenSSH/portable/openssh-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=9846e3c5fab9f0547400b4d2c017992f914222b3fd1f8eee6c7dc6bc5e59f9f0
-TERMUX_PKG_DEPENDS="libandroid-support, ldns, openssl, libutil"
+TERMUX_PKG_DEPENDS="libandroid-support, ldns, openssl, lib
edit, lib
util"
# --disable-strip to prevent host "install" command to use "-s", which won't work for target binaries:
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-etc-default-login
# --disable-strip to prevent host "install" command to use "-s", which won't work for target binaries:
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-etc-default-login
@@
-19,6
+20,7
@@
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--sysconfdir=$TERMUX_PREFIX/etc/ssh
--with-cflags=-Dfd_mask=int
--with-ldns
--sysconfdir=$TERMUX_PREFIX/etc/ssh
--with-cflags=-Dfd_mask=int
--with-ldns
+--with-libedit
--without-ssh1
--without-stackprotect
--with-pid-dir=$TERMUX_PREFIX/var/run
--without-ssh1
--without-stackprotect
--with-pid-dir=$TERMUX_PREFIX/var/run