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