This commit is contained in:
parent
2f8d19171a
commit
6c3fa90552
5
gmp.spec
5
gmp.spec
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user