From 2f38a231f59d0763cc5650ad25a134dd1dbad33d Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Fri, 25 Feb 2022 15:27:47 +0100 Subject: databases/clickhouse: Update to 22.1.3.7 Reported by: maintainer --- .../files/patch-contrib_rocksdb-cmake_CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 databases/clickhouse/files/patch-contrib_rocksdb-cmake_CMakeLists.txt (limited to 'databases/clickhouse/files/patch-contrib_rocksdb-cmake_CMakeLists.txt') diff --git a/databases/clickhouse/files/patch-contrib_rocksdb-cmake_CMakeLists.txt b/databases/clickhouse/files/patch-contrib_rocksdb-cmake_CMakeLists.txt deleted file mode 100644 index 6db0e41ea70d..000000000000 --- a/databases/clickhouse/files/patch-contrib_rocksdb-cmake_CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ ---- contrib/rocksdb-cmake/CMakeLists.txt.orig 2021-09-13 16:50:13.827707000 +0200 -+++ contrib/rocksdb-cmake/CMakeLists.txt 2021-09-13 16:51:37.118209000 +0200 -@@ -233,6 +233,11 @@ if(HAVE_AUXV_GETAUXVAL) - add_definitions(-DROCKSDB_AUXV_GETAUXVAL_PRESENT) - endif() - -+check_cxx_symbol_exists(elf_aux_info sys/auxv.h HAVE_ELF_AUX_INFO) -+if(HAVE_ELF_AUX_INFO) -+ add_definitions(-DROCKSDB_AUXV_GETAUXVAL_PRESENT) -+endif() -+ - include_directories(${ROCKSDB_SOURCE_DIR}) - include_directories("${ROCKSDB_SOURCE_DIR}/include") - if(WITH_FOLLY_DISTRIBUTED_MUTEX) -- cgit v1.2.3