Introduce a new BuildRequires needed since MySQL 8.0.28 release
This commit is contained in:
parent
ed43d23321
commit
0f6b82ffe7
@ -201,6 +201,9 @@ BuildRequires: perl(warnings)
|
|||||||
BuildRequires: systemd
|
BuildRequires: systemd
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
|
||||||
|
# Since MySQL 8.0.28
|
||||||
|
BuildRequires: libfido2-devel
|
||||||
|
|
||||||
Requires: bash coreutils grep
|
Requires: bash coreutils grep
|
||||||
Requires: %{name}-common%{?_isa} = %{sameevr}
|
Requires: %{name}-common%{?_isa} = %{sameevr}
|
||||||
|
|
||||||
@ -482,6 +485,7 @@ cp %{SOURCE2} %{SOURCE3} %{SOURCE10} %{SOURCE11} %{SOURCE12} \
|
|||||||
-DWITH_ROUTER=OFF \
|
-DWITH_ROUTER=OFF \
|
||||||
-DWITH_SYSTEM_LIBS=ON \
|
-DWITH_SYSTEM_LIBS=ON \
|
||||||
-DWITH_MECAB=system \
|
-DWITH_MECAB=system \
|
||||||
|
-DWITH_FIDO=system \
|
||||||
-DWITH_BOOST=boost \
|
-DWITH_BOOST=boost \
|
||||||
-DREPRODUCIBLE_BUILD=OFF \
|
-DREPRODUCIBLE_BUILD=OFF \
|
||||||
-DCMAKE_C_FLAGS="%{optflags}%{?with_debug: -fno-strict-overflow -Wno-unused-result -Wno-unused-function -Wno-unused-but-set-variable}" \
|
-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