diff --git a/tidb.spec b/tidb.spec index 2ed12a4225a4454abfff3480bba8eecec839e7b7..ad7ef11de7b76a4db06a23a12f9c0e1dbd44b5a8 100644 --- a/tidb.spec +++ b/tidb.spec @@ -1,6 +1,6 @@ Name: tidb Version: 4.0.14 -Release: 3 +Release: 4 Summary: TiDB is a distributed NewSQL database compatible with MySQL protocol License: QL and STRUTIL @@ -24,6 +24,9 @@ TiDB is a distributed NewSQL database compatible with MySQL protocol tar xvf %{SOURCE3} -C . %build +%if "%toolchain" == "clang" + export LDFLAGS= +%endif %make_build %install @@ -69,6 +72,9 @@ exit 0 %license LICENSE %changelog +* Tue Jun 27 2023 yoo - 4.0.14-4 +- fix clang build error + * Mon Oct 11 2021 baizhonggui - 4.0.14-3 - Fix commond tidb-server -V 'Release Version' not displayed