SHA256
6
0
forked from pool/gmp

- Add gmp-6.2.1-arm64-invert_limb.patch [bsc#1179751]

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gmp?expand=0&rev=86
This commit is contained in:
2020-12-09 07:25:26 +00:00
committed by Git OBS Bridge
parent 569565d9e7
commit 58165c5ce1
3 changed files with 22 additions and 0 deletions

View File

@@ -27,6 +27,8 @@ Source0: https://gmplib.org/download/%{name}/%{name}-%{version}.tar.xz
Source1: https://gmplib.org/download/%{name}/%{name}-%{version}.tar.xz.sig
Source2: %{name}.keyring
Source3: baselibs.conf
# revert change causing bsc#1179751
Patch1: gmp-6.2.1-arm64-invert_limb.patch
BuildRequires: gcc-c++
BuildRequires: m4
BuildRequires: pkgconfig
@@ -73,6 +75,7 @@ huge numbers (integer and floating point).
%prep
%setup -q
%patch1 -p0
%build
export CFLAGS="%{optflags} -fexceptions"