- Fix build on SLE11 by not using %configure

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=55
This commit is contained in:
Richard Biener 2014-03-26 12:39:11 +00:00 committed by Git OBS Bridge
parent 6c3fa90552
commit 5c25591a1b
2 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ Wed Mar 26 09:39:48 UTC 2014 - rguenther@suse.com
nevertheless need to call some of the lower-level mpn functions. See
the documentation for mpz_limbs_read and related functions.
- gmp-6.0.0-ppc64-gcd.diff: Fix build on ppc64 and ppc64le
- Fix build on SLE11 by not using %configure
-------------------------------------------------------------------
Wed Dec 4 10:42:28 UTC 2013 - anton@samba.org

View File

@ -81,7 +81,7 @@ huge numbers (integer and floating point).
%build
export CFLAGS="$RPM_OPT_FLAGS -fexceptions"
# Do not use %%configure here, that will break build on SLE11 because
# there we pass a mismatched --target
# there we pass a mismatched --target. See bnc#870358.
./configure \
--host=%{_host} --build=%{_build} \
--prefix=%{_prefix} \