mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
Remove inline keyword from a few functions that have their address taken;
resolves linker error on x86-64.
This commit is contained in:
parent
28a52badcd
commit
195ab5f452
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue