Hello community,

here is the log from the commit of package strace for openSUSE:Factory checked 
in at 2020-01-01 14:56:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/strace (Old)
 and      /work/SRC/openSUSE:Factory/.strace.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "strace"

Wed Jan  1 14:56:17 2020 rev:80 rq:758126 version:5.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/strace/strace.changes    2019-12-03 
12:40:28.202164563 +0100
+++ /work/SRC/openSUSE:Factory/.strace.new.6675/strace.changes  2020-01-01 
14:56:20.105869567 +0100
@@ -1,0 +2,5 @@
+Thu Dec 19 10:25:02 UTC 2019 - Andreas Schwab <sch...@suse.de>
+
+- Use -ffat-lto-objects to work around mpers.sh failure
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ strace.spec ++++++
--- /var/tmp/diff_new_pack.nVx9TO/_old  2020-01-01 14:56:22.709870927 +0100
+++ /var/tmp/diff_new_pack.nVx9TO/_new  2020-01-01 14:56:22.733870940 +0100
@@ -60,8 +60,10 @@
 %setup -q
 
 %build
-# LTO breaks mpers.sh
-%global _lto_cflags %{nil}
+# Make sure LTO doesn't break mpers.sh
+%if "%{?_lto_cflags}" != ""
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
+%endif
 %configure \
 %ifarch aarch64
   --disable-mpers \



Reply via email to