From 6340a4510ac50296ee95d63ab81ca5ff50caa017 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 22 Nov 2014 18:33:34 +0100 Subject: [PATCH] openssh: enable ldns. --- srcpkgs/openssh/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index a649c933a4..4d72022f2f 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -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"