only aarch64 fails with jemalloc

This commit is contained in:
Ingvar Hagelund 2017-08-04 10:30:17 +02:00
parent d94b96e89b
commit 79f8bb1a45

View File

@ -159,7 +159,7 @@ export CFLAGS="%{optflags} -fPIC -ffloat-store"
export RST2MAN=/bin/true export RST2MAN=/bin/true
%configure --disable-static \ %configure --disable-static \
%ifarch aarch64 s390x %ifarch aarch64
--with-jemalloc=no \ --with-jemalloc=no \
%endif %endif
--localstatedir=/var/lib \ --localstatedir=/var/lib \
@ -400,7 +400,7 @@ fi
%changelog %changelog
* Fri Aug 04 2017 Ingvar Hagelund <ingvar@redpill-linpro.com> - 5.1.3-2 * Fri Aug 04 2017 Ingvar Hagelund <ingvar@redpill-linpro.com> - 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 <ingvar@redpill-linpro.com> - 5.1.3-1 * Thu Aug 03 2017 Ingvar Hagelund <ingvar@redpill-linpro.com> - 5.1.3-1
- New upstream release, including fix for VSV00001 - New upstream release, including fix for VSV00001