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:
parent
1ec81fcdfe
commit
3f05e11467
1 changed files with 3 additions and 1 deletions
|
@ -16,6 +16,7 @@ makedepends="
|
||||||
glib-static
|
glib-static
|
||||||
gnutls-dev
|
gnutls-dev
|
||||||
gtk+3.0-dev
|
gtk+3.0-dev
|
||||||
|
jemalloc-dev
|
||||||
libaio-dev
|
libaio-dev
|
||||||
libcap-dev
|
libcap-dev
|
||||||
libcap-ng-dev
|
libcap-ng-dev
|
||||||
|
@ -243,7 +244,8 @@ build() {
|
||||||
--disable-brlapi \
|
--disable-brlapi \
|
||||||
--disable-mpath \
|
--disable-mpath \
|
||||||
--disable-libnfs \
|
--disable-libnfs \
|
||||||
--disable-capstone
|
--disable-capstone \
|
||||||
|
--enable-jemalloc
|
||||||
|
|
||||||
cd "$builddir"/build
|
cd "$builddir"/build
|
||||||
_compile_common \
|
_compile_common \
|
||||||
|
|
Loading…
Reference in a new issue