From c75058be4c410e1c42540899bf5517c30fa34eea Mon Sep 17 00:00:00 2001 From: Nicolas Chauvet Date: Tue, 6 May 2014 09:34:01 +0200 Subject: [PATCH] Switch from with to enable for llvm shared libs --- mesa.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 32bfc18..a79dcca 100644 --- a/mesa.spec +++ b/mesa.spec @@ -401,7 +401,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS %{?with_opencl:-frtti -fexceptions} %{!?with_ope --enable-glx-tls \ --enable-texture-float=yes \ %{?with_llvm:--enable-gallium-llvm} \ - %{?with_llvm:--with-llvm-shared-libs} \ + %{?with_llvm:--enable-llvm-shared-libs} \ --enable-dri \ %if %{with_hardware} %{?with_xa:--enable-xa} \