openssh: fix ~ldns build option
This commit is contained in:
parent
1c449ed844
commit
c1e32cf77d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ configure_args="--datadir=/usr/share/openssh
|
||||||
--disable-strip --with-privsep-path=/var/chroot/ssh
|
--disable-strip --with-privsep-path=/var/chroot/ssh
|
||||||
--with-pid-dir=/run --with-pam
|
--with-pid-dir=/run --with-pam
|
||||||
--with-libedit --with-Werror
|
--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 ssl --with-ssl-engine --without-openssl)
|
||||||
$(vopt_if gssapi --with-kerberos5=$XBPS_CROSS_BASE/usr --without-kerberos5)
|
$(vopt_if gssapi --with-kerberos5=$XBPS_CROSS_BASE/usr --without-kerberos5)
|
||||||
$(vopt_if fido2 --with-security-key-builtin)
|
$(vopt_if fido2 --with-security-key-builtin)
|
||||||
|
|
Loading…
Reference in a new issue