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:
parent
853543c3ea
commit
332af5bab8
@ -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} \
|
||||
|
Loading…
Reference in New Issue
Block a user