Build properly with integrated u2f support (#1803948)
This commit is contained in:
parent
51f5c1c99f
commit
82f9421fb4
@ -239,6 +239,7 @@ BuildRequires: perl-podlators
|
|||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: p11-kit-devel
|
BuildRequires: p11-kit-devel
|
||||||
|
BuildRequires: libfido2-devel
|
||||||
Recommends: p11-kit
|
Recommends: p11-kit
|
||||||
|
|
||||||
%if %{kerberos5}
|
%if %{kerberos5}
|
||||||
@ -477,6 +478,7 @@ fi
|
|||||||
--without-hardening `# The hardening flags are configured by system` \
|
--without-hardening `# The hardening flags are configured by system` \
|
||||||
--with-systemd \
|
--with-systemd \
|
||||||
--with-default-pkcs11-provider=yes \
|
--with-default-pkcs11-provider=yes \
|
||||||
|
--with-security-key-builtin=yes \
|
||||||
%if %{ldap}
|
%if %{ldap}
|
||||||
--with-ldap \
|
--with-ldap \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user