mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-06 12:03:25 +02:00
schroot: for boost-1.89
This commit is contained in:
parent
7958841f2b
commit
2b9570edb3
2 changed files with 12 additions and 1 deletions
11
srcpkgs/schroot/patches/boost-1.89.patch
Normal file
11
srcpkgs/schroot/patches/boost-1.89.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- a/CMakeLists.txt
|
||||||
|
+++ b/CMakeLists.txt
|
||||||
|
@@ -59,7 +59,7 @@ find_package(Threads REQUIRED)
|
||||||
|
|
||||||
|
include(FindBoost)
|
||||||
|
find_package(Boost REQUIRED
|
||||||
|
- COMPONENTS filesystem system iostreams program_options regex)
|
||||||
|
+ COMPONENTS filesystem iostreams program_options)
|
||||||
|
|
||||||
|
# HEADER CHECKS
|
||||||
|
include(CheckIncludeFileCXX)
|
|
@ -2,7 +2,7 @@
|
||||||
pkgname=schroot
|
pkgname=schroot
|
||||||
reverts="1.7.2_9"
|
reverts="1.7.2_9"
|
||||||
version=1.6.10
|
version=1.6.10
|
||||||
revision=17
|
revision=18
|
||||||
_debian_version=12+deb11u1
|
_debian_version=12+deb11u1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="
|
configure_args="
|
||||||
|
|
Loading…
Add table
Reference in a new issue