Enabled fat builds by default
This commit is contained in:
parent
2b25156519
commit
95852a3dc8
@ -1,6 +1,6 @@
|
|||||||
Name: nettle
|
Name: nettle
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A low-level cryptographic library
|
Summary: A low-level cryptographic library
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -47,7 +47,7 @@ sed 's/ecc-224.c//g' -i Makefile.in
|
|||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --enable-shared --disable-arm-neon
|
%configure --enable-shared --disable-arm-neon --enable-fat
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -100,6 +100,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 18 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.2-2
|
||||||
|
- Enabled fat builds by default
|
||||||
|
|
||||||
* Wed Feb 3 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.2-1
|
* Wed Feb 3 2016 Nikos Mavrogiannopoulos <nmav@redhat.com> - 3.2-1
|
||||||
- updated to 3.2 (#1301310)
|
- updated to 3.2 (#1301310)
|
||||||
- Fixed CVE-2015-8803 secp256r1 calculation bug (#1304305)
|
- Fixed CVE-2015-8803 secp256r1 calculation bug (#1304305)
|
||||||
|
Loading…
Reference in New Issue
Block a user