From c488c16c823f2e2ab33559f70e26b0bc51bf0fc6 Mon Sep 17 00:00:00 2001 From: Javier Marcet Date: Mon, 24 Jun 2024 17:32:10 +0200 Subject: [PATCH] schroot: add boost-1.85 compatibility patch Signed-off-by: Javier Marcet --- admin/schroot/Makefile | 2 +- admin/schroot/patches/030-boost-1.85.patch | 31 ++++++++++++++++++++++ 2 files changed, 32 insertions(+), 1 deletion(-) create mode 100644 admin/schroot/patches/030-boost-1.85.patch diff --git a/admin/schroot/Makefile b/admin/schroot/Makefile index d769e5dc7..1d175bd62 100644 --- a/admin/schroot/Makefile +++ b/admin/schroot/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=reschroot PKG_VERSION:=1.6.13 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeberg.org/shelter/reschroot/archive/release diff --git a/admin/schroot/patches/030-boost-1.85.patch b/admin/schroot/patches/030-boost-1.85.patch new file mode 100644 index 000000000..6272c9107 --- /dev/null +++ b/admin/schroot/patches/030-boost-1.85.patch @@ -0,0 +1,31 @@ +--- a/sbuild/sbuild-chroot-config.cc ++++ b/sbuild/sbuild-chroot-config.cc +@@ -31,6 +31,7 @@ + #include + #include + ++#include + #include + + #include +--- a/sbuild/sbuild-run-parts.cc ++++ b/sbuild/sbuild-run-parts.cc +@@ -29,6 +29,7 @@ + #include + + #include ++#include + #include + + using boost::format; +--- a/sbuild/sbuild-util.cc ++++ b/sbuild/sbuild-util.cc +@@ -35,8 +35,6 @@ + #include + #endif + +-#include +- + using namespace sbuild; + + namespace