Richard Biener 2014-03-26 12:38:23 +00:00 committed by Git OBS Bridge
parent 2f8d19171a
commit 6c3fa90552

View File

@ -79,10 +79,11 @@ huge numbers (integer and floating point).
%endif %endif
%build %build
cat /proc/cpuinfo
export CFLAGS="$RPM_OPT_FLAGS -fexceptions" export CFLAGS="$RPM_OPT_FLAGS -fexceptions"
# Do not use %%configure here, that will break build on SLE11 # Do not use %%configure here, that will break build on SLE11 because
# there we pass a mismatched --target
./configure \ ./configure \
--host=%{_host} --build=%{_build} \
--prefix=%{_prefix} \ --prefix=%{_prefix} \
--libdir=%{_libdir} \ --libdir=%{_libdir} \
--enable-cxx \ --enable-cxx \