summaryrefslogtreecommitdiff
path: root/databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt')
-rw-r--r--databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt b/databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt
deleted file mode 100644
index 404f3a7c00ff..000000000000
--- a/databases/clickhouse/files/patch-contrib_jemalloc-cmake_CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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)