From cf1b99048fda15bbc751748f0ac2ce21fbc25d1e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 21 Mar 2017 17:15:49 +0100 Subject: [PATCH] openssh: fix detection of ldns. --- srcpkgs/openssh/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index 32152b8b18..5d46d9c9bd 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -1,15 +1,17 @@ # Template file for 'openssh' pkgname=openssh version=7.5p1 -revision=2 +revision=3 build_style=gnu-configure configure_args="--datadir=/usr/share/openssh --sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody --with-mantype=doc --without-rpath --with-xauth=/usr/bin/xauth --disable-strip --with-privsep-path=/var/chroot/ssh --with-pid-dir=/run --with-pam --without-kerberos5 --without-ssh1 - --with-libedit --with-Werror LD=$CC - $(vopt_with ldns) $(vopt_if ssl --with-ssl-engine --without-openssl)" + --with-libedit --with-Werror + $(vopt_with ldns ldns=$XBPS_CROSS_BASE/usr) + $(vopt_if ssl --with-ssl-engine --without-openssl) + LD=$CC" hostmakedepends="autoconf perl" makedepends="zlib-devel pam-devel libedit-devel $(vopt_if ssl libressl-devel) $(vopt_if ldns libldns-devel)"