From 82f9421fb470878a3f022c07a416235b6bbea6d6 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 18 Feb 2020 13:06:10 +0100 Subject: [PATCH] Build properly with integrated u2f support (#1803948) --- openssh.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openssh.spec b/openssh.spec index 7177972..9b7a03d 100644 --- a/openssh.spec +++ b/openssh.spec @@ -239,6 +239,7 @@ BuildRequires: perl-podlators BuildRequires: systemd-devel BuildRequires: gcc BuildRequires: p11-kit-devel +BuildRequires: libfido2-devel Recommends: p11-kit %if %{kerberos5} @@ -477,6 +478,7 @@ fi --without-hardening `# The hardening flags are configured by system` \ --with-systemd \ --with-default-pkcs11-provider=yes \ + --with-security-key-builtin=yes \ %if %{ldap} --with-ldap \ %endif