summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@fedoraproject.org>2006-04-02 05:27:56 +0000
committerKristian Høgsberg <krh@fedoraproject.org>2006-04-02 05:27:56 +0000
commit195ab5f4529a424e81074fb68e0b87731554859a (patch)
treed955fdbed54d790b35b11a5bf9cf1252e4962dde
parent28a52badcda91f76d965330038b44bbd93387332 (diff)
downloadmesa-195ab5f4529a424e81074fb68e0b87731554859a.tar.gz
mesa-195ab5f4529a424e81074fb68e0b87731554859a.tar.xz
mesa-195ab5f4529a424e81074fb68e0b87731554859a.zip
Remove inline keyword from a few functions that have their address taken;
resolves linker error on x86-64.
-rw-r--r--mesa.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/mesa.spec b/mesa.spec
index 9dd4db6..f507eab 100644
--- a/mesa.spec
+++ b/mesa.spec
@@ -72,6 +72,7 @@ Patch1: mesa-6.3.2-fix-installmesa.patch
Patch2: mesa-6.4-multilib-fix.patch
Patch3: mesa-modular-dri-dir.patch
Patch4: mesa-6.4.1-libGLw-enable-motif-support.patch
+Patch5: mesa-6.5-drop-static-inline.patch
# General patches from upstream go here:
@@ -237,6 +238,7 @@ install -m 755 %{SOURCE12} ./
%if %{with_motif}
%patch4 -p0 -b .libGLw-enable-motif-support
%endif
+%patch5 -p0 -b .drop-static-inline
# According to Adam, this patch makes metacity's compositing
# manager noticeably faster, but also may be a little too big of