- Simplify spec file.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=78
This commit is contained in:
parent
4eb6db8803
commit
dd832b1aa2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 15:37:37 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
- Simplify spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 20 13:11:15 UTC 2020 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user