mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
Use nettle for sha1
Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
parent
ad6ddb6ccb
commit
6ebf01b0cf
1 changed files with 6 additions and 3 deletions
|
@ -59,7 +59,7 @@
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Version: 13.0.2
|
Version: 13.0.2
|
||||||
Release: 1%{?rctag:.%{rctag}}%{?dist}
|
Release: 2%{?rctag:.%{rctag}}%{?dist}
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -128,7 +128,7 @@ BuildRequires: libclc-devel opencl-filesystem
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?with_vulkan}
|
%if 0%{?with_vulkan}
|
||||||
BuildRequires: vulkan-devel
|
BuildRequires: vulkan-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: nettle-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: python-mako
|
BuildRequires: python-mako
|
||||||
BuildRequires: libstdc++-static
|
BuildRequires: libstdc++-static
|
||||||
|
@ -396,7 +396,7 @@ export LDFLAGS="-static-libstdc++"
|
||||||
--enable-texture-float=yes \
|
--enable-texture-float=yes \
|
||||||
%if %{with_vulkan}
|
%if %{with_vulkan}
|
||||||
%{?vulkan_drivers} \
|
%{?vulkan_drivers} \
|
||||||
--with-sha1=libcrypto \
|
--with-sha1=libnettle \
|
||||||
%endif
|
%endif
|
||||||
%{?with_llvm:--enable-gallium-llvm} \
|
%{?with_llvm:--enable-gallium-llvm} \
|
||||||
%{?with_llvm:--enable-llvm-shared-libs} \
|
%{?with_llvm:--enable-llvm-shared-libs} \
|
||||||
|
@ -669,6 +669,9 @@ popd
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 12 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 13.0.2-2
|
||||||
|
- Use nettle for sha1
|
||||||
|
|
||||||
* Tue Nov 29 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.2-1
|
* Tue Nov 29 2016 Peter Robinson <pbrobinson@fedoraproject.org> 13.0.2-1
|
||||||
- 13.0.2 GA
|
- 13.0.2 GA
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue