Add missing dependency
Disable linking with GOLD on Armv7hl because of https://bugs.mysql.com/bug.php?id=96698
This commit is contained in:
parent
9be4f7f6c4
commit
525141d79d
@ -120,6 +120,7 @@ BuildRequires: lz4
|
|||||||
BuildRequires: lz4-devel
|
BuildRequires: lz4-devel
|
||||||
BuildRequires: mecab-devel
|
BuildRequires: mecab-devel
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
%ifnarch aarch64 %{arm} s390 s390x
|
%ifnarch aarch64 %{arm} s390 s390x
|
||||||
BuildRequires: numactl-devel
|
BuildRequires: numactl-devel
|
||||||
%endif
|
%endif
|
||||||
@ -442,7 +443,7 @@ cmake .. \
|
|||||||
%ifnarch aarch64 %{arm} s390 s390x
|
%ifnarch aarch64 %{arm} s390 s390x
|
||||||
-DWITH_NUMA=ON \
|
-DWITH_NUMA=ON \
|
||||||
%endif
|
%endif
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x armv7hl
|
||||||
-DUSE_LD_GOLD=OFF \
|
-DUSE_LD_GOLD=OFF \
|
||||||
%endif
|
%endif
|
||||||
-DWITH_ROUTER=OFF \
|
-DWITH_ROUTER=OFF \
|
||||||
@ -459,6 +460,8 @@ cmake .. \
|
|||||||
-DCMAKE_C_LINK_FLAGS="%{build_ldflags}" \
|
-DCMAKE_C_LINK_FLAGS="%{build_ldflags}" \
|
||||||
-DCMAKE_CXX_LINK_FLAGS"%{build_ldflags}"
|
-DCMAKE_CXX_LINK_FLAGS"%{build_ldflags}"
|
||||||
|
|
||||||
|
# Note: linking with GOLD disabled on Armv7hl because of https://bugs.mysql.com/bug.php?id=96698
|
||||||
|
|
||||||
cmake .. -LAH
|
cmake .. -LAH
|
||||||
|
|
||||||
make %{?_smp_mflags} VERBOSE=1
|
make %{?_smp_mflags} VERBOSE=1
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mysql-boost-8.0.17.tar.gz) = a278ee263670cb1f79d67c4b87c4b88632569c3b20a4297a6e77d550155db20902f22992ea851cf59ea523bb97d5e08707e3457f71a678e9f1ac2fa4ca5b7a2d
|
SHA512 (mysql-boost-8.0.18.tar.gz) = 180091ad3e74e2afa28ecb914850e6b4e8c92b8981f32b161f53381b92120d87dbd2c2fc073feb2543bb71702bac7368e9fb992821cfd3e3ca888019423b89f5
|
||||||
|
Loading…
Reference in New Issue
Block a user