Skip to content

Commit 9ac36f4

Browse files
committed
disable jemalloc on OpenBSD
depending of the compiler used, jemalloc configure don't detect correctly some parameters.
1 parent 90043cb commit 9ac36f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

configure

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,10 @@ then
901901
CC="${CC:-egcc}"
902902
CXX="${CXX:-eg++}"
903903
fi
904-
fi
904+
fi
905+
906+
step_msg "on OpenBSD, disabling jemalloc"
907+
CFG_DISABLE_JEMALLOC=1
905908
fi
906909

907910
# OS X 10.9, gcc is actually clang. This can cause some confusion in the build

0 commit comments

Comments
 (0)