mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
Rebuild without GCC workaround
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
(cherry picked from commit dd7e950818
)
This commit is contained in:
parent
c2ccb656dd
commit
dbeac13d86
1 changed files with 4 additions and 4 deletions
|
@ -43,7 +43,7 @@ Name: mesa
|
|||
Summary: Mesa graphics libraries
|
||||
%global ver 18.2.6
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: MIT
|
||||
URL: http://www.mesa3d.org
|
||||
|
||||
|
@ -349,9 +349,6 @@ autoreconf -vfi
|
|||
%global asm_flags --disable-asm
|
||||
%endif
|
||||
|
||||
#workaround store merging bug in gcc 8.2.1-4 (#1645400)
|
||||
export CFLAGS="%{optflags} -fno-store-merging"
|
||||
export CXXFLAGS="%{optflags} -fno-store-merging"
|
||||
%configure \
|
||||
%{?asm_flags} \
|
||||
--enable-libglvnd \
|
||||
|
@ -621,6 +618,9 @@ popd
|
|||
%{_includedir}/vulkan/
|
||||
|
||||
%changelog
|
||||
* Tue Dec 04 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 18.2.6-2
|
||||
- Remove GCC workaround
|
||||
|
||||
* Tue Dec 4 2018 Peter Robinson <pbrobinson@fedoraproject.org> 18.2.6-1
|
||||
- Update to 18.2.6
|
||||
|
||||
|
|
Loading…
Reference in a new issue