Update to last successful build

a94facb072b963fb51470b593dfa2fcebc96ca95 Fix lto_cflags definition

OBS-URL: https://build.opensuse.org/package/show/zypp:Head/libsolv?expand=0&rev=1053
This commit is contained in:
ZYpp Developers 2019-10-14 10:11:34 +00:00 committed by Git OBS Bridge
parent 060fadb50a
commit d5e28878f2
2 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4f323ffb2ff1fc58ed16b7d7012431a3f3435124781277f376c9b9b9772dfccc
size 563551
oid sha256:c4ec7d7c66d13c8ff9e429215332c4ceb380f31b1c2dd6213813af6520d73d39
size 563541

View File

@ -207,7 +207,7 @@ Perl bindings for libsolv.
%setup -q
%build
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
export CFLAGS="%{optflags}"
export CXXFLAGS="$CFLAGS"