Accepting request 697633 from home:marxin:branches:Publishing:TeXLive

Disable LTO (boo#1133287).

OBS-URL: https://build.opensuse.org/request/show/697633
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=310
This commit is contained in:
Dr. Werner Fink 2019-04-25 07:01:56 +00:00 committed by Git OBS Bridge
parent 9f263ecfe5
commit 94b7055de9
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 24 17:42:03 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1133287).
-------------------------------------------------------------------
Fri Dec 21 23:59:40 UTC 2018 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -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}