Accepting request 22028 from X11:XOrg
Copy from X11:XOrg/Mesa based on submit request 22028 from user mhopf OBS-URL: https://build.opensuse.org/request/show/22028 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=73
This commit is contained in:
parent
a15bf6c4fe
commit
6fcbd692d5
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 7 16:32:46 UTC 2009 - mhopf@novell.com
|
||||||
|
|
||||||
|
- Add -DNDEBUG to CFLAGS.
|
||||||
|
It's unfortunate, but a few newly added assert()s for testing memory leaks
|
||||||
|
trigger in this release. But having memory leaks is less problematic than
|
||||||
|
crashing compiz.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 29 21:33:56 CEST 2009 - sndirsch@suse.de
|
Tue Sep 29 21:33:56 CEST 2009 - sndirsch@suse.de
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ Obsoletes: Mesa-64bit
|
|||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
Version: 7.6
|
Version: 7.6
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL
|
Summary: Mesa is a 3-D graphics library with an API which is very similar to that of OpenGL
|
||||||
Source: MesaLib-%{version}.tar.bz2
|
Source: MesaLib-%{version}.tar.bz2
|
||||||
Source1: MesaDemos-%{version}.tar.bz2
|
Source1: MesaDemos-%{version}.tar.bz2
|
||||||
@ -139,7 +139,8 @@ autoreconf -fi
|
|||||||
%ifarch %arm
|
%ifarch %arm
|
||||||
--with-dri-drivers=swrast \
|
--with-dri-drivers=swrast \
|
||||||
%endif
|
%endif
|
||||||
--disable-glut
|
--disable-glut \
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||||
make -C src/gallium/state_trackers/dri
|
make -C src/gallium/state_trackers/dri
|
||||||
gmake
|
gmake
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
@ -149,7 +150,8 @@ make realclean
|
|||||||
--disable-glu \
|
--disable-glu \
|
||||||
--disable-glw \
|
--disable-glw \
|
||||||
--disable-glut \
|
--disable-glut \
|
||||||
--disable-gallium
|
--disable-gallium \
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||||
sed -i 's/GL_LIB = .*/GL_LIB = IndirectGL/g' configs/autoconf
|
sed -i 's/GL_LIB = .*/GL_LIB = IndirectGL/g' configs/autoconf
|
||||||
gmake
|
gmake
|
||||||
cp -a %{_lib}/libIndirectGL.so.* %{_lib}/libOSMesa.so* \
|
cp -a %{_lib}/libIndirectGL.so.* %{_lib}/libOSMesa.so* \
|
||||||
|
Loading…
Reference in New Issue
Block a user