diff --git a/jemalloc.changes b/jemalloc.changes index 9ec1259..939b183 100644 --- a/jemalloc.changes +++ b/jemalloc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 20 15:37:37 UTC 2020 - Martin Liška + +- Simplify spec file. + ------------------------------------------------------------------- Fri Nov 20 13:11:15 UTC 2020 - Guillaume GARDET diff --git a/jemalloc.spec b/jemalloc.spec index 06006df..2a49dd4 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ # # spec file for package jemalloc # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -57,16 +57,9 @@ implementation. %build %define _lto_cflags %{nil} export EXTRA_CFLAGS="%optflags -std=gnu99" -%configure --disable-static \ +%configure --disable-static --enable-prof \ %ifarch %arm - --disable-thp \ - --enable-prof -%else - %ifarch ppc - --disable-prof - %else - --enable-prof - %endif + --disable-thp %endif make %{?_smp_mflags}