mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 11:33:49 +02:00
blender: remove build option
Just do not use jemalloc with musl.
This commit is contained in:
parent
01cbc5b273
commit
60896a8d86
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,7 @@ makedepends="
|
||||||
glew-devel freetype-devel jack-devel libopenal-devel libsndfile-devel
|
glew-devel freetype-devel jack-devel libopenal-devel libsndfile-devel
|
||||||
libsamplerate-devel ffmpeg-devel fftw-devel boost-devel pcre-devel llvm
|
libsamplerate-devel ffmpeg-devel fftw-devel boost-devel pcre-devel llvm
|
||||||
libopenexr-devel libopenjpeg-devel libXi-devel openimageio-devel
|
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"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="3D graphics creation suite"
|
short_desc="3D graphics creation suite"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
|
@ -43,10 +43,9 @@ configure_args="
|
||||||
-DPYTHON_LIBRARY='python${py3_ver}m'
|
-DPYTHON_LIBRARY='python${py3_ver}m'
|
||||||
-DPYTHON_INCLUDE_DIRS=$py3_inc"
|
-DPYTHON_INCLUDE_DIRS=$py3_inc"
|
||||||
|
|
||||||
build_options="jemalloc"
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) # crashes at startup in jemallocs free()
|
*-musl) # crashes at startup in jemallocs free()
|
||||||
;;
|
;;
|
||||||
*) build_options_default+=" jemalloc"
|
*) makedepends+=" jemalloc-devel"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue