From ad7eda2cb17672d017d66167baf12fd32e6a02530974c956db6b9ab066907a96 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sat, 10 Feb 2018 12:04:24 +0000 Subject: [PATCH] Accepting request 574948 from home:Guillaume_G:branches:devel:libraries:c_c++ - Disable THP for ARM (32 bits). This fix build by passing all tests successfully OBS-URL: https://build.opensuse.org/request/show/574948 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/jemalloc?expand=0&rev=56 --- jemalloc.changes | 6 ++++++ jemalloc.spec | 9 +++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/jemalloc.changes b/jemalloc.changes index 3daa318..0572e68 100644 --- a/jemalloc.changes +++ b/jemalloc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Feb 10 09:52:38 UTC 2018 - guillaume@opensuse.org + +- Disable THP for ARM (32 bits). This fix build by passing all + tests successfully + ------------------------------------------------------------------- Wed Oct 4 09:19:52 UTC 2017 - mliska@suse.cz diff --git a/jemalloc.spec b/jemalloc.spec index ae63bad..0752111 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ # # spec file for package jemalloc # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -84,7 +84,12 @@ if [ -f "%_bindir/gcc-4.8" ]; then export CC=gcc-4.8 fi %endif -%configure --enable-prof +%configure \ +%ifarch %arm + --disable-thp \ +%endif + --enable-prof + make %{?_smp_mflags} %install