openssh: fix ~ldns build option

This commit is contained in:
Đoàn Trần Công Danh 2020-08-22 19:22:55 +07:00
parent 1c449ed844
commit c1e32cf77d

View file

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