compile on rhel 7

epel9
Marie Loise Nolden 5 years ago
parent 000c49fd94
commit 692d13d648

@ -326,6 +326,9 @@ Provides: bundled(fdlibm) = 5.3
%{?_qt5_version:Requires: qt5-qtbase%{?_isa} = %{_qt5_version}}
%if 0%{?rhel} == 7
BuildRequires: devtoolset-7-toolchain
%endif
%description
%{summary}.
@ -449,6 +452,10 @@ cp -p src/3rdparty/chromium/LICENSE LICENSE.Chromium
%build
%if 0%{?rhel} == 7
. /opt/rh/devtoolset-7/enable
%endif
export STRIP=strip
export NINJAFLAGS="%{__ninja_common_opts}"
export NINJA_PATH=%{__ninja}

Loading…
Cancel
Save