summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Jackson <ajax@fedoraproject.org>2008-10-20 18:38:05 +0000
committerAdam Jackson <ajax@fedoraproject.org>2008-10-20 18:38:05 +0000
commitbff60fb940b9fdcf8b38a14dca9e209ee56daf87 (patch)
treeb8dd9b0139e55dad389c1b3492526e84cca1f784
parent2b62ebde9269142da9992298d3ee61a2cb0e286f (diff)
downloadmesa-bff60fb940b9fdcf8b38a14dca9e209ee56daf87.tar.gz
mesa-bff60fb940b9fdcf8b38a14dca9e209ee56daf87.tar.xz
mesa-bff60fb940b9fdcf8b38a14dca9e209ee56daf87.zip
- Build with --enable-selinux. Don't know how this got dropped...mesa-7_2-0_11_fc10
-rw-r--r--mesa.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/mesa.spec b/mesa.spec
index 9268361..6aab1e6 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -18,7 +18,7 @@
Summary: Mesa graphics libraries
Name: mesa
Version: 7.2
-Release: 0.10%{?dist}
+Release: 0.11%{?dist}
License: MIT
Group: System Environment/Libraries
URL: http://www.mesa3d.org
@@ -199,17 +199,17 @@ export CXXFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -Os"
# first, build the osmesa variants. XXX this is overkill. osmesa32 is
# sufficient to render to any of the channel sizes, according to the
# docs. should fix this someday.
-%configure --with-driver=osmesa --with-osmesa-bits=8
+%configure --with-driver=osmesa --with-osmesa-bits=8 --enable-selinux
make %{_smp_mflags} SRC_DIRS=mesa
mv %{_lib} osmesa8
make clean
-%configure --with-driver=osmesa --with-osmesa-bits=16
+%configure --with-driver=osmesa --with-osmesa-bits=16 --enable-selinux
make %{_smp_mflags} SRC_DIRS=mesa
mv %{_lib} osmesa16
make clean
-%configure --with-driver=osmesa --with-osmesa-bits=32
+%configure --with-driver=osmesa --with-osmesa-bits=32 --enable-selinux
make %{_smp_mflags} SRC_DIRS=mesa
mv %{_lib} osmesa32
make clean
@@ -223,6 +223,7 @@ export CXXFLAGS="$RPM_OPT_FLAGS -Os"
# now build the rest of mesa
%configure \
+ --enable-selinux \
--disable-glw \
--disable-glut \
--disable-gl-osmesa \
@@ -428,6 +429,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/mesa-demos-data
%changelog
+* Mon Oct 20 2008 Adam Jackson <ajax@redhat.com> 7.2-0.11
+- Build with --enable-selinux. Don't know how this got dropped...
+
* Mon Oct 20 2008 Adam Jackson <ajax@redhat.com> 7.2-0.10
- Be extra paranoid about textrels at the end of %%build