opnsense-ports/databases/arrow/files/patch-cmake__modules_ThirdpartyToolchain.cmake
Franco Fichtner d35ca004f6 */*: sync with upstream
Taken from: FreeBSD
2024-03-26 10:55:10 +01:00

19 lines
529 B
CMake

--- cmake_modules/ThirdpartyToolchain.cmake.orig 2024-03-13 13:37:59 UTC
+++ cmake_modules/ThirdpartyToolchain.cmake
@@ -16,6 +16,7 @@ include(ProcessorCount)
# under the License.
include(ProcessorCount)
+include(ExternalProject)
processorcount(NPROC)
add_custom_target(rapidjson)
@@ -5233,6 +5234,8 @@ message(STATUS "All bundled static libraries: ${ARROW_
endif()
message(STATUS "All bundled static libraries: ${ARROW_BUNDLED_STATIC_LIBS}")
+
+set(BUILD_SHARED_LIBS ON)
# Write out the package configurations.