diff --git a/texlive.changes b/texlive.changes index e8355e2..a62e6f4 100644 --- a/texlive.changes +++ b/texlive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 17:42:03 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133287). + ------------------------------------------------------------------- Fri Dec 21 23:59:40 UTC 2018 - Stefan Brüns diff --git a/texlive.spec b/texlive.spec index 1ebc1fa..c07c4b9 100644 --- a/texlive.spec +++ b/texlive.spec @@ -1,7 +1,7 @@ # # spec file for package texlive # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -3603,6 +3603,7 @@ popd cp -vf %{S:4} $paths %build +%define _lto_cflags %{nil} # Extend the options file echo "world=${PWD}/world" >> %{options} echo "prefix=${PWD}/prefix" >> %{options}