cryfs: for boost-1.89

This commit is contained in:
Đoàn Trần Công Danh 2025-08-30 16:16:29 +07:00
parent fde5d5a5d0
commit a9d7407cf0
2 changed files with 12 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- a/cmake-utils/Dependencies.cmake
+++ b/cmake-utils/Dependencies.cmake
@@ -7,7 +7,7 @@ target_link_libraries(CryfsDependencies_
set(Boost_USE_STATIC_LIBS OFF)
find_package(Boost 1.84.0
REQUIRED
- COMPONENTS filesystem system thread chrono program_options)
+ COMPONENTS filesystem thread chrono program_options)
add_library(CryfsDependencies_boost INTERFACE)
target_link_libraries(CryfsDependencies_boost INTERFACE Boost::boost Boost::filesystem Boost::thread Boost::chrono Boost::program_options)
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")

View file

@ -1,7 +1,7 @@
# Template file for 'cryfs' # Template file for 'cryfs'
pkgname=cryfs pkgname=cryfs
version=1.0.1 version=1.0.1
revision=1 revision=2
build_style=cmake build_style=cmake
configure_args="-DBoost_USE_STATIC_LIBS=OFF -DCRYFS_UPDATE_CHECKS=off configure_args="-DBoost_USE_STATIC_LIBS=OFF -DCRYFS_UPDATE_CHECKS=off
-DBUILD_TESTING=ON -DBUILD_TESTING=ON