summaryrefslogtreecommitdiffstats
path: root/mesa.spec
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2013-05-15 17:08:15 -0400
committerAdam Jackson <ajax@redhat.com>2013-05-15 17:08:15 -0400
commit046ee83be3e11ab83bfb90f8df73711c40e8a15b (patch)
tree2f63b66a220ad807e01956c3d38eb5ac471ce33f /mesa.spec
parent42cacb9e5040af976246b8dc654021e0a335f64e (diff)
downloadmesa-046ee83be3e11ab83bfb90f8df73711c40e8a15b.tar.gz
mesa-046ee83be3e11ab83bfb90f8df73711c40e8a15b.tar.xz
mesa-046ee83be3e11ab83bfb90f8df73711c40e8a15b.zip
Fix build ordering issue on s390x
Diffstat (limited to 'mesa.spec')
-rw-r--r--mesa.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/mesa.spec b/mesa.spec
index 6790b83..ed8dcd1 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -51,7 +51,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 9.2
-Release: 0.2.%{gitdate}%{?dist}
+Release: 0.3.%{gitdate}%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -362,6 +362,9 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions"
%endif
%{?dri_drivers}
+# this seems to be neccessary for s390
+make -C src/mesa/drivers/dri/common/xmlpool/
+
make %{?_smp_mflags} MKDEP=/bin/true
%install
@@ -586,6 +589,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
+* Wed May 15 2013 Adam Jackson <ajax@redhat.com> 9.2-0.3.20130514
+- Fix build ordering issue on s390x
+
* Wed May 15 2013 Adam Jackson <ajax@redhat.com> 9.2-0.2.20130514
- Fix filesystem for with_hardware == 0