openssh: fix detection of ldns.

This commit is contained in:
Leah Neukirchen 2017-03-21 17:15:49 +01:00
parent 6118b964a5
commit cf1b99048f

View file

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