From 95e72cbb818c9d621b727f5d60c3c00b7520f2a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Fri, 26 Aug 2022 17:00:35 +0700 Subject: [PATCH] kea: rebuild for boost-1.80 --- srcpkgs/kea/patches/std.patch | 12 ++++++++++++ srcpkgs/kea/template | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/kea/patches/std.patch diff --git a/srcpkgs/kea/patches/std.patch b/srcpkgs/kea/patches/std.patch new file mode 100644 index 00000000000..a8ccafef6bb --- /dev/null +++ b/srcpkgs/kea/patches/std.patch @@ -0,0 +1,12 @@ +--- a/src/lib/dhcpsrv/timer_mgr.cc ++++ b/src/lib/dhcpsrv/timer_mgr.cc +@@ -14,7 +14,9 @@ + + #include + ++#include + #include ++#include + #include + + using namespace isc; diff --git a/srcpkgs/kea/template b/srcpkgs/kea/template index dc0bcc5de3f..a55b58691de 100644 --- a/srcpkgs/kea/template +++ b/srcpkgs/kea/template @@ -1,7 +1,7 @@ # Template file for 'kea' pkgname=kea version=1.9.5 -revision=2 +revision=3 build_style=gnu-configure configure_args="--enable-generate-docs --with-openssl=${XBPS_CROSS_BASE}/usr $(vopt_if mysql --with-mysql)