Tomáš Chvátal 2015-09-18 08:13:07 +00:00 committed by Git OBS Bridge
parent 80bb8c6406
commit 222e747cef

View File

@ -1061,8 +1061,8 @@ export PYTHON_LIBS=`%{python_type}-config --libs`
# Old systems need help in finding the gcc
%if !%{with newmedia}
export CC=%{_bindir}/gcc-4.7
export CXX=%{_bindir}/g++-4.7
export CC=%{_bindir}/gcc-4.8
export CXX=%{_bindir}/g++-4.8
%endif
%if %{with oldmake}