diff options
Diffstat (limited to 'databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt')
-rw-r--r-- | databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt b/databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt new file mode 100644 index 000000000000..404f3a7c00ff --- /dev/null +++ b/databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt @@ -0,0 +1,13 @@ +--- contrib/jemalloc-cmake/CMakeLists.txt.orig 2021-12-26 09:29:33 UTC ++++ contrib/jemalloc-cmake/CMakeLists.txt +@@ -19,8 +19,8 @@ if (NOT ENABLE_JEMALLOC) + return() + endif () + +-if (NOT OS_LINUX) +- message (WARNING "jemalloc support on non-linux is EXPERIMENTAL") ++if (NOT OS_LINUX AND NOT OS_FREEBSD) ++ message (WARNING "jemalloc support on non-linux and non-bsd is EXPERIMENTAL") + endif() + + if (OS_LINUX) |