diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2022-01-17 08:33:17 +0100 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2022-01-17 08:35:13 +0100 |
commit | edb56d4c62ae865be24e1fb81c7657d42a27c355 (patch) | |
tree | 1f84e5b960edfc857dce27a9d27a56ff6b3f595d /databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt | |
parent | graphics/qgis: Update to 3.22.3 (diff) |
databases/clickhouse: Update to 21.12.3.32
Changes: https://github.com/ClickHouse/ClickHouse/compare/v21.7.4.18-stable...v21.12.3.32-stable
Reported by: maintainer
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) |