blender: remove build option
Just do not use jemalloc with musl.
This commit is contained in:
parent
01cbc5b273
commit
60896a8d86
|
@ -8,7 +8,7 @@ makedepends="
|
|||
glew-devel freetype-devel jack-devel libopenal-devel libsndfile-devel
|
||||
libsamplerate-devel ffmpeg-devel fftw-devel boost-devel pcre-devel llvm
|
||||
libopenexr-devel libopenjpeg-devel libXi-devel openimageio-devel
|
||||
opencolorio-devel opencollada-devel $(vopt_if jemalloc jemalloc-devel)"
|
||||
opencolorio-devel opencollada-devel"
|
||||
depends="desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="3D graphics creation suite"
|
||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||
|
@ -43,10 +43,9 @@ configure_args="
|
|||
-DPYTHON_LIBRARY='python${py3_ver}m'
|
||||
-DPYTHON_INCLUDE_DIRS=$py3_inc"
|
||||
|
||||
build_options="jemalloc"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) # crashes at startup in jemallocs free()
|
||||
;;
|
||||
*) build_options_default+=" jemalloc"
|
||||
*) makedepends+=" jemalloc-devel"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue