From 79f8bb1a45ad3b02084fde753c07472b23e59abc Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Fri, 4 Aug 2017 10:30:17 +0200 Subject: [PATCH] only aarch64 fails with jemalloc --- varnish.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/varnish.spec b/varnish.spec index d27cf91..fcb3c62 100644 --- a/varnish.spec +++ b/varnish.spec @@ -159,7 +159,7 @@ export CFLAGS="%{optflags} -fPIC -ffloat-store" export RST2MAN=/bin/true %configure --disable-static \ -%ifarch aarch64 s390x +%ifarch aarch64 --with-jemalloc=no \ %endif --localstatedir=/var/lib \ @@ -400,7 +400,7 @@ fi %changelog * Fri Aug 04 2017 Ingvar Hagelund - 5.1.3-2 -- Disabled jemalloc on aarch64 and s390x, as it fails reproducably +- Disabled jemalloc on aarch64, as it fails reproducably * Thu Aug 03 2017 Ingvar Hagelund - 5.1.3-1 - New upstream release, including fix for VSV00001