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