Accepting request 729776 from home:cgiboudeaux:fat-lto-objects

- Use -ffat-lto-objects when building static libraries.

OBS-URL: https://build.opensuse.org/request/show/729776
OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=446
This commit is contained in:
Larry Dewey 2019-09-11 14:47:32 +00:00 committed by Git OBS Bridge
parent b31739290f
commit a76e53adc1
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 10 09:59:19 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Use -ffat-lto-objects when building static libraries.
-------------------------------------------------------------------
Mon Sep 9 16:32:56 UTC 2019 - Larry Dewey <ldewey@suse.com>

View File

@ -573,6 +573,7 @@ It can import a variety of guest operating systems from libvirt-managed hosts.
%patch101 -p1
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
bison --version
# [Bug 789653] sles11 perl obsoletes perl-Pod-Simple unconditionally
export PERLLIB=`echo $PWD/Pod-Simple-*/lib`