From 6a70f2ead56f2b6961b757b392f09fa37dcc746b Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 25 Jul 2006 00:41:25 +0000 Subject: [PATCH] - Attempt to add selinux awareness; check if we can map executable memory and fail softly if not. Removes the need for allow_execmem from huge chunks of the desktop. --- mesa.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mesa.spec b/mesa.spec index 42a309e..925aaca 100644 --- a/mesa.spec +++ b/mesa.spec @@ -271,7 +271,7 @@ install -m 755 %{SOURCE12} ./ %patch16 -p0 -b .force-r300 %patch17 -p0 -b .fix-pbuffer-dispatch %patch18 -p1 -b .selinux-awareness -%patch19 -p1 -b .r300-free-gart-mem +#%patch19 -p1 -b .r300-free-gart-mem # According to Adam, this patch makes metacity's compositing # manager noticeably faster, but also may be a little too big of @@ -467,6 +467,7 @@ rm -rf $RPM_BUILD_ROOT - Attempt to add selinux awareness; check if we can map executable memory and fail softly if not. Removes the need for allow_execmem from huge chunks of the desktop. +- Disable the r300 gart fix for not compiling. * Mon Jul 24 2006 Kristian Høgsberg - 6.5-14.fc6 - Add mesa-6.5-r300-free-gart-mem.patch to make r300 driver free gart