!80 support clang build when %toolchain == clang
From: @mdLUbG Reviewed-by: @Jingwiw, @peijiankang Signed-off-by: @Jingwiw, @peijiankang
This commit is contained in:
commit
2ede97ea67
@ -16,6 +16,10 @@
|
|||||||
|
|
||||||
%global platform linux-g++
|
%global platform linux-g++
|
||||||
|
|
||||||
|
%if "%toolchain" == "clang"
|
||||||
|
%global use_clang 1
|
||||||
|
%endif
|
||||||
|
|
||||||
%if 0%{?use_clang}
|
%if 0%{?use_clang}
|
||||||
%global platform linux-clang
|
%global platform linux-clang
|
||||||
%endif
|
%endif
|
||||||
@ -32,7 +36,7 @@
|
|||||||
Name: qt5-qtbase
|
Name: qt5-qtbase
|
||||||
Summary: Qt5 - QtBase components
|
Summary: Qt5 - QtBase components
|
||||||
Version: 5.15.10
|
Version: 5.15.10
|
||||||
Release: 2
|
Release: 3
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, for exception details
|
# See LGPL_EXCEPTIONS.txt, for exception details
|
||||||
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
License: LGPL-3.0-only OR GPL-3.0-only WITH Qt-GPL-exception-1.0
|
||||||
@ -1051,6 +1055,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 13 2023 yoo <sunyuechi@iscas.ac.cn> - 5.15.10-3
|
||||||
|
- support clang build when %toolchain == clang
|
||||||
|
|
||||||
* Fri Sep 01 2023 wangkai <13474090681@163.com> - 5.15.10-2
|
* Fri Sep 01 2023 wangkai <13474090681@163.com> - 5.15.10-2
|
||||||
- Fix CVE-2023-37369
|
- Fix CVE-2023-37369
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user