diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2022-02-25 15:27:47 +0100 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2022-02-25 15:29:18 +0100 |
commit | 2f38a231f59d0763cc5650ad25a134dd1dbad33d (patch) | |
tree | 7c029e383f1a9578129cb33f92b534eba36f77b2 /databases/clickhouse/files/patch-contrib_rocksdb_CMakeLists.txt | |
parent | astro/xearth: reflect my relocate (diff) |
databases/clickhouse: Update to 22.1.3.7
Reported by: maintainer
Diffstat (limited to 'databases/clickhouse/files/patch-contrib_rocksdb_CMakeLists.txt')
-rw-r--r-- | databases/clickhouse/files/patch-contrib_rocksdb_CMakeLists.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/clickhouse/files/patch-contrib_rocksdb_CMakeLists.txt b/databases/clickhouse/files/patch-contrib_rocksdb_CMakeLists.txt deleted file mode 100644 index 67a092844f6f..000000000000 --- a/databases/clickhouse/files/patch-contrib_rocksdb_CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ ---- contrib/rocksdb/CMakeLists.txt.orig 2021-09-13 16:40:55.686967000 +0200 -+++ contrib/rocksdb/CMakeLists.txt 2021-09-13 16:44:42.046383000 +0200 -@@ -553,6 +553,10 @@ check_cxx_symbol_exists(getauxval auvx.h HAVE_AUXV_GET - if(HAVE_AUXV_GETAUXVAL) - add_definitions(-DROCKSDB_AUXV_GETAUXVAL_PRESENT) - endif() -+check_cxx_symbol_exists(elf_aux_info sys/auxv.h HAVE_AUXV_ELF_AUX_INFO) -+if(HAVE_AUXV_ELF_AUX_INFO) -+ add_definitions(-DROCKSDB_AUXV_GETAUXVAL_PRESENT) -+endif() - - include_directories(${PROJECT_SOURCE_DIR}) - include_directories(${PROJECT_SOURCE_DIR}/include) |