temp/qemu: Link qemu static against jemalloc (!312)

Work around for issue #1715

Link qemu static binaries to jemalloc. This malloc implementation does not
appear to be susceptible to the deadlock after fork issue.
This commit is contained in:
Robert Yang 2019-04-04 12:10:09 -04:00 committed by Oliver Smith
parent 1ec81fcdfe
commit 3f05e11467
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -16,6 +16,7 @@ makedepends="
glib-static
gnutls-dev
gtk+3.0-dev
jemalloc-dev
libaio-dev
libcap-dev
libcap-ng-dev
@ -243,7 +244,8 @@ build() {
--disable-brlapi \
--disable-mpath \
--disable-libnfs \
--disable-capstone
--disable-capstone \
--enable-jemalloc
cd "$builddir"/build
_compile_common \