mirror of
https://abf.rosa.ru/djam/libreoffice.git
synced 2025-02-23 18:43:00 +00:00
clang fixes: clang-devel is not needed, explicitly disable clang by default
This commit is contained in:
parent
dfdccb915a
commit
f743588052
1 changed files with 2 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
||||||
%bcond_without l10n
|
%bcond_without l10n
|
||||||
%bcond_with icecream
|
%bcond_with icecream
|
||||||
%bcond_with ccache
|
%bcond_with ccache
|
||||||
|
%bcond_with clang
|
||||||
|
|
||||||
%if %{with l10n}
|
%if %{with l10n}
|
||||||
%define langs en-US af ar as bg bn br bs ca cs cy da de dz el en-GB es et eu fa fi fr ga gl gu he hi hr hu it ja ko kn lt lv mai mk ml mr nb nl nn nr nso or pa-IN pl pt pt-BR ro ru si sk sl sr ss st sv ta te th tn tr ts uk ve xh zh-TW zh-CN zu
|
%define langs en-US af ar as bg bn br bs ca cs cy da de dz el en-GB es et eu fa fi fr ga gl gu he hi hr hu it ja ko kn lt lv mai mk ml mr nb nl nn nr nso or pa-IN pl pt pt-BR ro ru si sk sl sr ss st sv ta te th tn tr ts uk ve xh zh-TW zh-CN zu
|
||||||
|
@ -100,8 +101,7 @@ BuildRequires: bsh
|
||||||
BuildRequires: ccache
|
BuildRequires: ccache
|
||||||
%endif
|
%endif
|
||||||
%if %{with clang}
|
%if %{with clang}
|
||||||
BuildRequires: clang
|
BuildRequires: clang lld
|
||||||
BuildRequires: clang-devel
|
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: doxygen >= 1.8.4
|
BuildRequires: doxygen >= 1.8.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue