disabling jemalloc on bitrig

This commit is contained in:
Dave Huseby 2015-03-10 10:20:05 -07:00
parent f899513a30
commit 8e082f77cf
1 changed files with 2 additions and 1 deletions

3
configure vendored
View File

@ -760,8 +760,9 @@ fi
# Force bitrig to build with clang; gcc doesn't like us there
if [ $CFG_OSTYPE = unknown-bitrig ]
then
step_msg "on Bitrig, forcing use of clang"
step_msg "on Bitrig, forcing use of clang, disabling jemalloc"
CFG_ENABLE_CLANG=1
CFG_ENABLE_JEMALLOC=0
fi
if [ -z "$CFG_ENABLE_CLANG" -a -z "$CFG_GCC" ]