aboutsummaryrefslogtreecommitdiff
path: root/databases/foundationdb73-server/files/patch-cmake_FDBComponents.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'databases/foundationdb73-server/files/patch-cmake_FDBComponents.cmake')
-rw-r--r--databases/foundationdb73-server/files/patch-cmake_FDBComponents.cmake32
1 files changed, 0 insertions, 32 deletions
diff --git a/databases/foundationdb73-server/files/patch-cmake_FDBComponents.cmake b/databases/foundationdb73-server/files/patch-cmake_FDBComponents.cmake
deleted file mode 100644
index c76c27af7604..000000000000
--- a/databases/foundationdb73-server/files/patch-cmake_FDBComponents.cmake
+++ /dev/null
@@ -1,32 +0,0 @@
---- cmake/FDBComponents.cmake.orig 2024-01-09 21:06:41 UTC
-+++ cmake/FDBComponents.cmake
-@@ -24,7 +24,7 @@ set(CMAKE_REQUIRED_INCLUDES ${OPENSSL_INCLUDE_DIR})
- # Statically link OpenSSL to FDB, see
- # https://cmake.org/cmake/help/v3.24/module/FindOpenSSL.html
- # Without the flags, OpenSSL is dynamically linked.
--set(OPENSSL_USE_STATIC_LIBS TRUE)
-+set(OPENSSL_USE_STATIC_LIBS FALSE)
- if (WIN32)
- set(OPENSSL_MSVC_STATIC_RT ON)
- endif()
-@@ -193,6 +193,12 @@ else()
- endif()
-
- ################################################################################
-+# misc optional components
-+################################################################################
-+
-+set(WITH_FLOWBENCH OFF)
-+
-+################################################################################
- # Coroutine implementation
- ################################################################################
-
-@@ -236,6 +242,7 @@ function(print_components)
- message(STATUS "Build Documentation (make html): ${WITH_DOCUMENTATION}")
- message(STATUS "Build Python sdist (make package): ${WITH_PYTHON_BINDING}")
- message(STATUS "Configure CTest (depends on Python): ${WITH_PYTHON}")
-+ message(STATUS "Build with FlowBench: ${WITH_FLOWBENCH}")
- message(STATUS "Build with RocksDB: ${WITH_ROCKSDB_EXPERIMENTAL}")
- message(STATUS "Build with AWS SDK: ${WITH_AWS_BACKUP}")
- message(STATUS "=========================================")