mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-25 01:45:29 +00:00
Fix build ordering issue on s390x
This commit is contained in:
parent
42cacb9e50
commit
046ee83be3
1 changed files with 7 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 9.2
|
Version: 9.2
|
||||||
Release: 0.2.%{gitdate}%{?dist}
|
Release: 0.3.%{gitdate}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -362,6 +362,9 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fno-rtti -fno-exceptions"
|
||||||
%endif
|
%endif
|
||||||
%{?dri_drivers}
|
%{?dri_drivers}
|
||||||
|
|
||||||
|
# this seems to be neccessary for s390
|
||||||
|
make -C src/mesa/drivers/dri/common/xmlpool/
|
||||||
|
|
||||||
make %{?_smp_mflags} MKDEP=/bin/true
|
make %{?_smp_mflags} MKDEP=/bin/true
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
@ -586,6 +589,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 15 2013 Adam Jackson <ajax@redhat.com> 9.2-0.2.20130514
|
||||||
- Fix filesystem for with_hardware == 0
|
- Fix filesystem for with_hardware == 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue