Disable arm-neon unconditionally
Resolves: rhbz#1287298
This commit is contained in:
parent
f39703a486
commit
e13a605d5e
@ -1,6 +1,6 @@
|
|||||||
Name: nettle
|
Name: nettle
|
||||||
Version: 3.1.1
|
Version: 3.1.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A low-level cryptographic library
|
Summary: A low-level cryptographic library
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -11,7 +11,7 @@ Source0: %{name}-%{version}-hobbled.tar.gz
|
|||||||
Patch0: nettle-3.1.1-remove-ecc-testsuite.patch
|
Patch0: nettle-3.1.1-remove-ecc-testsuite.patch
|
||||||
Patch1: nettle-3.1.1-sha3-fix.patch
|
Patch1: nettle-3.1.1-sha3-fix.patch
|
||||||
|
|
||||||
BuildRequires: gmp-devel m4 texinfo-tex texlive-dvips ghostscript
|
BuildRequires: gmp-devel m4 texinfo-tex
|
||||||
|
|
||||||
Requires(post): info
|
Requires(post): info
|
||||||
Requires(preun): info
|
Requires(preun): info
|
||||||
@ -47,7 +47,7 @@ sed 's/ecc-224.c//g' -i Makefile.in
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-shared
|
%configure --enable-shared --disable-arm-neon
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -100,6 +100,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 2 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.1.1-5
|
||||||
|
- Disabled arm-neon unconditionally (#1287298)
|
||||||
|
|
||||||
* Thu Oct 22 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.1.1-4
|
* Thu Oct 22 2015 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.1.1-4
|
||||||
- Fixed SHA3 implementation to conform to published version (#1252935)
|
- Fixed SHA3 implementation to conform to published version (#1252935)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user