disable jemalloc on OpenBSD
depending of the compiler used, jemalloc configure don't detect correctly some parameters.
This commit is contained in:
parent
90043cbbf0
commit
9ac36f4665
1 changed files with 4 additions and 1 deletions
5
configure
vendored
5
configure
vendored
|
@ -901,7 +901,10 @@ then
|
|||
CC="${CC:-egcc}"
|
||||
CXX="${CXX:-eg++}"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
step_msg "on OpenBSD, disabling jemalloc"
|
||||
CFG_DISABLE_JEMALLOC=1
|
||||
fi
|
||||
|
||||
# OS X 10.9, gcc is actually clang. This can cause some confusion in the build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue