Hello community, here is the log from the commit of package tboot for openSUSE:Factory checked in at 2019-07-11 13:18:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tboot (Old) and /work/SRC/openSUSE:Factory/.tboot.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tboot" Thu Jul 11 13:18:55 2019 rev:40 rq:714590 version:20190520_1.9.10 Changes: -------- --- /work/SRC/openSUSE:Factory/tboot/tboot.changes 2019-06-18 14:56:03.477414155 +0200 +++ /work/SRC/openSUSE:Factory/.tboot.new.4615/tboot.changes 2019-07-11 13:19:03.742754747 +0200 @@ -1,0 +2,6 @@ +Thu Jul 11 08:06:42 UTC 2019 - mgerstner <[email protected]> + +- explicitly disable gcc9 link time optimization to fix the build and avoid + trouble in low level tboot code. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tboot.spec ++++++ --- /var/tmp/diff_new_pack.JNoxW8/_old 2019-07-11 13:19:04.498754509 +0200 +++ /var/tmp/diff_new_pack.JNoxW8/_new 2019-07-11 13:19:04.502754508 +0200 @@ -60,7 +60,10 @@ %patch8 -p1 %build -export CFLAGS="%{optflags}" +# Tumbleweed now uses -flto=3 by default which gives us trouble with the +# statically linked C and assembler code in tboot. Better to be conservative +# here since tboot is low level stuff -> disable LTO for us. +export CFLAGS="%{optflags} -fno-lto" export TBOOT_CFLAGS="$CFLAGS" make debug=y %{?_smp_mflags}
