mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 03:53:18 +02:00
cryfs: for boost-1.89
This commit is contained in:
parent
fde5d5a5d0
commit
a9d7407cf0
2 changed files with 12 additions and 1 deletions
11
srcpkgs/cryfs/patches/boost-1.89.patch
Normal file
11
srcpkgs/cryfs/patches/boost-1.89.patch
Normal 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")
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue