kea: rebuild for boost-1.80
This commit is contained in:
parent
0b8c791b55
commit
95e72cbb81
2 changed files with 13 additions and 1 deletions
12
srcpkgs/kea/patches/std.patch
Normal file
12
srcpkgs/kea/patches/std.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- a/src/lib/dhcpsrv/timer_mgr.cc
|
||||
+++ b/src/lib/dhcpsrv/timer_mgr.cc
|
||||
@@ -14,7 +14,9 @@
|
||||
|
||||
#include <boost/scoped_ptr.hpp>
|
||||
|
||||
+#include <map>
|
||||
#include <functional>
|
||||
+#include <string>
|
||||
#include <utility>
|
||||
|
||||
using namespace isc;
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue