Introduce a new BuildRequires needed since MySQL 8.0.28

Related: #2048378 #2048164
This commit is contained in:
Michal Schorm 2022-01-28 19:48:10 +01:00
parent 4e5e30e246
commit 8bbb02aae7
1 changed files with 3 additions and 0 deletions

View File

@ -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}" \