From 2fb3ddd4038fe156607919840318af302809e753ff47025c72d7cdee260ecc70 Mon Sep 17 00:00:00 2001 From: Yuchen Lin Date: Sun, 28 Apr 2019 17:57:55 +0000 Subject: [PATCH] Accepting request 697658 from devel:libraries:c_c++ OBS-URL: https://build.opensuse.org/request/show/697658 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pcre2?expand=0&rev=14 --- pcre2.changes | 5 +++++ pcre2.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/pcre2.changes b/pcre2.changes index 1026d1d..8fe5a9b 100644 --- a/pcre2.changes +++ b/pcre2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 17:30:36 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133274). + ------------------------------------------------------------------- Wed Jan 23 12:25:38 UTC 2019 - Bernhard Wiedemann diff --git a/pcre2.spec b/pcre2.spec index d7de419..12b41a4 100644 --- a/pcre2.spec +++ b/pcre2.spec @@ -167,6 +167,7 @@ API. %patch1 -p1 %build +%define _lto_cflags %{nil} # Available JIT archs see sljit/sljitConfig.h autoreconf -fiv export LDFLAGS="-Wl,-z,relro,-z,now"