opnsense-ports/databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake
Franco Fichtner a31b527089 */*: sync with upstream
Taken from: FreeBSD
2024-07-24 15:38:21 +02:00

16 lines
530 B
CMake

--- cmake_modules/ThirdpartyToolchain.cmake.orig 2024-07-11 08:58:17 UTC
+++ cmake_modules/ThirdpartyToolchain.cmake
@@ -16,6 +16,7 @@ include(ProcessorCount)
# under the License.
include(ProcessorCount)
+include(ExternalProject)
processorcount(NPROC)
# Accumulate all bundled targets and we will splice them together later as
@@ -5487,3 +5488,5 @@ message(STATUS "All bundled static libraries: ${ARROW_
endif()
message(STATUS "All bundled static libraries: ${ARROW_BUNDLED_STATIC_LIBS}")
+
+set(BUILD_SHARED_LIBS ON)