From c1e32cf77dc612265cd732a67d1ff056d159f568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 22 Aug 2020 19:22:55 +0700 Subject: [PATCH] openssh: fix ~ldns build option --- srcpkgs/openssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index 79baf6dc213..33166577a01 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -9,7 +9,7 @@ configure_args="--datadir=/usr/share/openssh --disable-strip --with-privsep-path=/var/chroot/ssh --with-pid-dir=/run --with-pam --with-libedit --with-Werror - $(vopt_with ldns ldns=$XBPS_CROSS_BASE/usr) + $(vopt_if ldns --with-ldns=$XBPS_CROSS_BASE/usr) $(vopt_if ssl --with-ssl-engine --without-openssl) $(vopt_if gssapi --with-kerberos5=$XBPS_CROSS_BASE/usr --without-kerberos5) $(vopt_if fido2 --with-security-key-builtin)