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