[mesa: 3/4] Switch from with to enable for llvm shared libs

Igor Gnatenko ignatenkobrain at fedoraproject.org
Tue May 6 08:43:17 UTC 2014


commit c75058be4c410e1c42540899bf5517c30fa34eea
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Tue May 6 09:34:01 2014 +0200

    Switch from with to enable for llvm shared libs

 mesa.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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} \


More information about the scm-commits mailing list