From eb8466f86819b3e6df4f86da7d40fe0ec902ae0a Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Fri, 4 Aug 2017 00:10:27 +0200 Subject: [PATCH] Disabled jemalloc on aarch64 and s390x, as it fails reproducably --- varnish.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/varnish.spec b/varnish.spec index 177268b..8b101b5 100644 --- a/varnish.spec +++ b/varnish.spec @@ -159,6 +159,9 @@ export CFLAGS="%{optflags} -fPIC -ffloat-store" export RST2MAN=/bin/true %configure --disable-static \ +%ifarch aarch64 s390x + --with-jemalloc=no \ +%endif --localstatedir=/var/lib \ --docdir=%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}} @@ -398,6 +401,7 @@ fi %changelog * Thu Aug 03 2017 Ingvar Hagelund - 5.1.3-1 - New upstream release, including fix for VSV00001 +- Disabled jemalloc on aarch64 and s390x, as it fails reproducably * Wed Aug 02 2017 Patrick Uiterwijk - 5.1.2-3 - Added patch for vsv00001