- Fix build on powerpc and amd64.
- Disable %_smp_mflags for DRI drivers for now.
This commit is contained in:
parent
85572e8d8b
commit
a6285c30c6
@ -198,7 +198,7 @@ echo "--- MESA CONFIGURATION ---"
|
|||||||
cat configs/current
|
cat configs/current
|
||||||
echo "--- END MESA CONFIGURATION ---"
|
echo "--- END MESA CONFIGURATION ---"
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make #{?_smp_mflags}
|
||||||
|
|
||||||
make -C progs/xdemos glxgears glxinfo
|
make -C progs/xdemos glxgears glxinfo
|
||||||
make %{?_smp_mflags} -C progs/demos
|
make %{?_smp_mflags} -C progs/demos
|
||||||
@ -398,8 +398,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/mesa-demos-data
|
%{_libdir}/mesa-demos-data
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Feb 20 2008 Adam Jackson <ajax@redhat.com> 7.1-0.16
|
* Thu Feb 21 2008 Adam Jackson <ajax@redhat.com> 7.1-0.16
|
||||||
- Fix build on powerpc and amd64.
|
- Fix build on powerpc and amd64.
|
||||||
|
- Disable %%_smp_mflags for DRI drivers for now.
|
||||||
|
|
||||||
* Mon Feb 18 2008 Adam Jackson <ajax@redhat.com> 7.1-0.15
|
* Mon Feb 18 2008 Adam Jackson <ajax@redhat.com> 7.1-0.15
|
||||||
- Today's git snapshot, additional headers for DRI2 love.
|
- Today's git snapshot, additional headers for DRI2 love.
|
||||||
|
Loading…
Reference in New Issue
Block a user