Use nettle for sha1

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
(cherry picked from commit 6ebf01b0cf)
This commit is contained in:
Igor Gnatenko 2016-12-12 16:12:58 +01:00
parent 9b664a4970
commit def8a86451
1 changed files with 6 additions and 3 deletions

View File

@ -59,7 +59,7 @@
Name: mesa
Summary: Mesa graphics libraries
Version: 13.0.2
Release: 1%{?rctag:.%{rctag}}%{?dist}
Release: 2%{?rctag:.%{rctag}}%{?dist}
License: MIT
URL: http://www.mesa3d.org
@ -130,7 +130,7 @@ BuildRequires: libclc-devel opencl-filesystem
%endif
%if 0%{?with_vulkan}
BuildRequires: vulkan-devel
BuildRequires: openssl-devel
BuildRequires: nettle-devel
%endif
BuildRequires: python-mako
BuildRequires: libstdc++-static
@ -398,7 +398,7 @@ export LDFLAGS="-static-libstdc++"
--enable-texture-float=yes \
%if %{with_vulkan}
%{?vulkan_drivers} \
--with-sha1=libcrypto \
--with-sha1=libnettle \
%endif
%{?with_llvm:--enable-gallium-llvm} \
%{?with_llvm:--enable-llvm-shared-libs} \
@ -673,6 +673,9 @@ popd
%endif
%changelog
* Mon Dec 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 13.0.2-2
- Use nettle for sha1
* Mon Dec 05 2016 Dave Airlie <airlied@redhat.com> - 13.0.2-1
- 13.0.2 - enable intel vulkan support