- Fix build on lib64 machines.

This commit is contained in:
Adam Jackson 2008-02-15 23:56:54 +00:00
parent 4e39dbd116
commit c2c814d4d3

View file

@ -15,7 +15,7 @@
Summary: Mesa graphics libraries Summary: Mesa graphics libraries
Name: mesa Name: mesa
Version: 7.1 Version: 7.1
Release: 0.13%{?dist} Release: 0.14%{?dist}
License: MIT License: MIT
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.mesa3d.org URL: http://www.mesa3d.org
@ -169,17 +169,17 @@ autoreconf --install
# first, build the osmesa variants # first, build the osmesa variants
%configure --with-driver=osmesa --with-osmesa-bits=8 %configure --with-driver=osmesa --with-osmesa-bits=8
make %{_smp_mflags} SRC_DIRS=mesa make %{_smp_mflags} SRC_DIRS=mesa
mv lib osmesa8 mv %{_lib} osmesa8
make clean make clean
%configure --with-driver=osmesa --with-osmesa-bits=16 %configure --with-driver=osmesa --with-osmesa-bits=16
make %{_smp_mflags} SRC_DIRS=mesa make %{_smp_mflags} SRC_DIRS=mesa
mv lib osmesa16 mv %{_lib} osmesa16
make clean make clean
%configure --with-driver=osmesa --with-osmesa-bits=32 %configure --with-driver=osmesa --with-osmesa-bits=32
make %{_smp_mflags} SRC_DIRS=mesa make %{_smp_mflags} SRC_DIRS=mesa
mv lib osmesa32 mv %{_lib} osmesa32
make clean make clean
# just to be sure... # just to be sure...
@ -391,6 +391,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/mesa-demos-data %{_libdir}/mesa-demos-data
%changelog %changelog
* Fri Feb 15 2008 Adam Jackson <ajax@redhat.com> 7.1-0.14
- Fix build on lib64 machines.
* Fri Feb 15 2008 Adam Jackson <ajax@redhat.com> 7.1-0.13 * Fri Feb 15 2008 Adam Jackson <ajax@redhat.com> 7.1-0.13
- Restore -fvisibility=hidden. - Restore -fvisibility=hidden.
- Fix autotooling. - Fix autotooling.