[mesa] Fix build with private LLVM

Adam Jackson ajax at fedoraproject.org
Tue Mar 26 18:48:19 UTC 2013


commit 5b216c73c93eb57eafddd6c30951a9ee48ca8f0c
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Mar 26 14:48:16 2013 -0400

    Fix build with private LLVM

 mesa.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/mesa.spec b/mesa.spec
index f360bdf..c410542 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -48,7 +48,7 @@
 Summary: Mesa graphics libraries
 Name: mesa
 Version: 9.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
@@ -308,7 +308,6 @@ sed -i 's/^default_driver.*$/default_driver="dri"/' configure.ac
 %if 0%{with_private_llvm}
 sed -i 's/llvm-config/mesa-private-llvm-config-%{__isa_bits}/g' configure.ac
 sed -i 's/`$LLVM_CONFIG --version`/&-mesa/' configure.ac
-sed -i 's/llvm-tblgen/mesa-private-&/' src/gallium/drivers/radeon/Makefile
 %endif
 
 # need to use libdrm_nouveau2 on F17
@@ -592,6 +591,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Mar 26 2013 Adam Jackson <ajax at redhat.com> 9.1-4
+- Fix build with private LLVM
+
 * Tue Mar 19 2013 Adam Jackson <ajax at redhat.com> 9.1-3
 - mesa-9.1-53-gd0ccb5b.patch: Sync with today's git
 


More information about the scm-commits mailing list