openssh: enable libedit for sftp.
This commit is contained in:
parent
9ac65b8251
commit
744dc81323
1 changed files with 3 additions and 3 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'openssh'
|
# Template file for 'openssh'
|
||||||
pkgname=openssh
|
pkgname=openssh
|
||||||
version=6.7p1
|
version=6.7p1
|
||||||
revision=7
|
revision=8
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
|
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
|
||||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||||
--with-mantype=doc --without-rpath --with-xauth=/usr/bin/xauth
|
--with-mantype=doc --without-rpath --with-xauth=/usr/bin/xauth
|
||||||
--with-ssl-engine --disable-strip --with-privsep-path=/var/chroot/ssh
|
--with-ssl-engine --disable-strip --with-privsep-path=/var/chroot/ssh
|
||||||
--with-pid-dir=/run --with-pam --with-pie --without-kerberos5
|
--with-pid-dir=/run --with-pam --with-pie --without-kerberos5
|
||||||
--with-ldns LD=$CC"
|
--with-ldns --with-libedit LD=$CC"
|
||||||
hostmakedepends="automake libtool perl"
|
hostmakedepends="automake libtool perl"
|
||||||
makedepends="zlib-devel libressl-devel pam-devel libldns-devel"
|
makedepends="zlib-devel libressl-devel pam-devel libldns-devel libedit-devel"
|
||||||
short_desc="The OpenSSH implementation of SSH protocol"
|
short_desc="The OpenSSH implementation of SSH protocol"
|
||||||
replaces="openssh-server>=0"
|
replaces="openssh-server>=0"
|
||||||
conf_files="/etc/ssh/moduli /etc/ssh/ssh_config /etc/ssh/sshd_config /etc/pam.d/sshd"
|
conf_files="/etc/ssh/moduli /etc/ssh/ssh_config /etc/ssh/sshd_config /etc/pam.d/sshd"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue