openssh: enable ldns.

This commit is contained in:
Christian Neukirchen 2014-11-22 18:33:34 +01:00
parent 1be5de3f46
commit 6340a4510a

View file

@ -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"