From 8bbb02aae79ff300db97199e3820e92edf63a091 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Fri, 28 Jan 2022 19:48:10 +0100 Subject: [PATCH] Introduce a new BuildRequires needed since MySQL 8.0.28 Related: #2048378 #2048164 --- mysql.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql.spec b/mysql.spec index eb4ec96..6365880 100644 --- a/mysql.spec +++ b/mysql.spec @@ -200,6 +200,8 @@ BuildRequires: perl(warnings) BuildRequires: systemd BuildRequires: make +# Since MySQL 8.0.28 +BuildRequires: libfido2-devel Requires: bash coreutils grep @@ -477,6 +479,7 @@ cp %{SOURCE2} %{SOURCE3} %{SOURCE10} %{SOURCE11} %{SOURCE12} \ -DWITH_ROUTER=OFF \ -DWITH_SYSTEM_LIBS=ON \ -DWITH_MECAB=system \ + -DWITH_FIDO=system \ -DWITH_BOOST=boost \ -DREPRODUCIBLE_BUILD=OFF \ -DCMAKE_C_FLAGS="%{optflags}%{?with_debug: -fno-strict-overflow -Wno-unused-result -Wno-unused-function -Wno-unused-but-set-variable}" \