[mesa] enable shared llvm usage.

Dave Airlie airlied at fedoraproject.org
Wed Jun 13 19:02:54 UTC 2012


commit 9e9873656f8a18a9555d2ad3ddf62a3c6caf1835
Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Jun 13 19:56:11 2012 +0100

    enable shared llvm usage.

 mesa.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/mesa.spec b/mesa.spec
index 5176c56..3261e56 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -36,7 +36,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 8.1
-Release: 0.7%{?dist}
+Release: 0.8%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -325,6 +325,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS"
     --with-gallium-drivers=%{?with_vmware:svga,}r300,r600,nouveau,swrast \
     %{?with_llvm:--enable-gallium-llvm} \
     %{?with_vmware:--enable-xa} \
+    %{?with_llvm:--with-llvm-shared-libs} \
 %else
     --disable-gallium-llvm \
     --with-gallium-drivers=swrast \
@@ -572,6 +573,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Wed Jun 13 2012 Dave Airlie <airlied at redhat.com> 8.1-0.8
+- enable shared llvm usage.
+
 * Thu Jun 07 2012 Adam Jackson <ajax at redhat.com> 8.1-0.7
 - Disable llvm on non-x86 (#829020)
 


More information about the scm-commits mailing list