drop sha1 requirement

17.0.0 has its own implementation of sha1 algo, so it doesn't need
any external one.

Signed-off-by: Igor Gnatenko <ignatenko@redhat.com>
This commit is contained in:
Igor Gnatenko 2017-02-13 22:03:51 +01:00
parent 853543c3ea
commit 332af5bab8
1 changed files with 0 additions and 2 deletions

View File

@ -144,7 +144,6 @@ BuildRequires: libclc-devel opencl-filesystem
%endif
%if 0%{?with_vulkan}
BuildRequires: vulkan-devel
BuildRequires: nettle-devel
%endif
BuildRequires: python-mako
BuildRequires: libstdc++-static
@ -418,7 +417,6 @@ export LDFLAGS="-static-libstdc++"
--enable-texture-float=yes \
%if %{with_vulkan}
%{?vulkan_drivers} \
--with-sha1=libnettle \
%endif
%{?with_llvm:--enable-gallium-llvm} \
%{?with_llvm:--enable-llvm-shared-libs} \