Disable LTO.
This commit is contained in:
parent
b6f794b62d
commit
2918eaf58f
10
clutter.spec
10
clutter.spec
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Name: clutter
|
Name: clutter
|
||||||
Version: 1.26.4
|
Version: 1.26.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Open Source software library for creating rich graphical user interfaces
|
Summary: Open Source software library for creating rich graphical user interfaces
|
||||||
|
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
@ -88,6 +88,11 @@ the functionality of the installed clutter package.
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
# gobject introspection does not work with LTO. There is an effort to fix this
|
||||||
|
# in the appropriate project upstreams, so hopefully LTO can be enabled someday
|
||||||
|
# Disable LTO.
|
||||||
|
%define _lto_cflags %{nil}
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--enable-xinput \
|
--enable-xinput \
|
||||||
--enable-gdk-backend \
|
--enable-gdk-backend \
|
||||||
@ -139,6 +144,9 @@ find %{buildroot} -name '*.la' -delete
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 30 2020 Jeff Law <law@redhat.com> - 1.26.4-2
|
||||||
|
Disable LTO
|
||||||
|
|
||||||
* Mon Mar 09 2020 Kalev Lember <klember@redhat.com> - 1.26.4-1
|
* Mon Mar 09 2020 Kalev Lember <klember@redhat.com> - 1.26.4-1
|
||||||
- Update to 1.26.4
|
- Update to 1.26.4
|
||||||
- Include clutter.supp valgrind suppression file
|
- Include clutter.supp valgrind suppression file
|
||||||
|
Loading…
Reference in New Issue
Block a user