Introduce a new BuildRequires needed since MySQL 8.0.28
Related: #2048378 #2048164
This commit is contained in:
parent
4e5e30e246
commit
8bbb02aae7
@ -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}" \
|
||||
|
Loading…
Reference in New Issue
Block a user