From a9d7407cf0c8c23acd55481f3697daf2ea3201e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Sat, 30 Aug 2025 16:16:29 +0700 Subject: [PATCH] cryfs: for boost-1.89 --- srcpkgs/cryfs/patches/boost-1.89.patch | 11 +++++++++++ srcpkgs/cryfs/template | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/cryfs/patches/boost-1.89.patch diff --git a/srcpkgs/cryfs/patches/boost-1.89.patch b/srcpkgs/cryfs/patches/boost-1.89.patch new file mode 100644 index 00000000000..685346dcf87 --- /dev/null +++ b/srcpkgs/cryfs/patches/boost-1.89.patch @@ -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") diff --git a/srcpkgs/cryfs/template b/srcpkgs/cryfs/template index bfb5dfe97b4..f7b3919b47e 100644 --- a/srcpkgs/cryfs/template +++ b/srcpkgs/cryfs/template @@ -1,7 +1,7 @@ # Template file for 'cryfs' pkgname=cryfs version=1.0.1 -revision=1 +revision=2 build_style=cmake configure_args="-DBoost_USE_STATIC_LIBS=OFF -DCRYFS_UPDATE_CHECKS=off -DBUILD_TESTING=ON