SHA256
1
0
forked from pool/perl

Accepting request 711126 from home:marxin:branches:devel:languages:perl

- Disable LTO (boo#1138837).

OBS-URL: https://build.opensuse.org/request/show/711126
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=180
This commit is contained in:
Dirk Stoecker 2019-06-28 06:16:24 +00:00 committed by Git OBS Bridge
parent 79877b1543
commit a70729421b
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jun 20 12:05:41 UTC 2019 - Martin Liška <mliska@suse.cz>
- Disable LTO (boo#1138837).
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 23 23:01:19 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com> Wed Jan 23 23:01:19 UTC 2019 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl # spec file for package perl
# #
# 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@ -189,6 +189,7 @@ cp -p %{SOURCE3} .
%patch18 -p1 %patch18 -p1
%build %build
%define _lto_cflags %{nil}
cp -a lib savelib cp -a lib savelib
export BZIP2_LIB=%{_libdir} export BZIP2_LIB=%{_libdir}
export BZIP2_INCLUDE=%{_includedir} export BZIP2_INCLUDE=%{_includedir}