From 332af5bab80ee06b093697bcda7178d2837976c7 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 13 Feb 2017 22:03:51 +0100 Subject: [PATCH] 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 --- mesa.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/mesa.spec b/mesa.spec index 9fd6e5d..6630999 100644 --- a/mesa.spec +++ b/mesa.spec @@ -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} \