mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
openssh: enable gssapi build option by default
This commit is contained in:
parent
70de7c5336
commit
299ba7c956
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openssh'
|
# Template file for 'openssh'
|
||||||
pkgname=openssh
|
pkgname=openssh
|
||||||
version=9.3p2
|
version=9.3p2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--datadir=/usr/share/openssh
|
configure_args="--datadir=/usr/share/openssh
|
||||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||||
|
@ -31,7 +31,7 @@ make_dirs="/var/chroot/ssh 0755 root root"
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="fido2 gssapi ldns ssl"
|
build_options="fido2 gssapi ldns ssl"
|
||||||
build_options_default="fido2 ldns ssl"
|
build_options_default="fido2 gssapi ldns ssl"
|
||||||
desc_option_fido2="Enable support for FIDO2 USB tokens"
|
desc_option_fido2="Enable support for FIDO2 USB tokens"
|
||||||
|
|
||||||
if [ "$build_option_fido2" ]; then
|
if [ "$build_option_fido2" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue