From ae2829a1ee08246c3ce95f3e459506f66afed34d20d5d960b13768cc22fbc6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Wed, 24 Apr 2019 09:48:00 +0000 Subject: [PATCH] Accepting request 697432 from home:marxin:branches:devel:libraries:c_c++ Disable LTO (boo#1133136). OBS-URL: https://build.opensuse.org/request/show/697432 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=73 --- jemalloc.changes | 5 +++++ jemalloc.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/jemalloc.changes b/jemalloc.changes index a4014e4..b8ff5ea 100644 --- a/jemalloc.changes +++ b/jemalloc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 24 09:47:28 UTC 2019 - Martin Liška + +- Disable LTO (boo#1133136). + ------------------------------------------------------------------- Thu Apr 4 11:20:31 UTC 2019 - Jan Engelhardt diff --git a/jemalloc.spec b/jemalloc.spec index 122cbf6..def0f36 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -57,6 +57,7 @@ implementation. %patch0 -p1 %build +%define _lto_cflags %{nil} export EXTRA_CFLAGS="%optflags -std=gnu99" %configure --disable-static \ %ifarch %arm