mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
pdns: fix compilation with boost 1.73
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
--- a/pdns/ixfrdist-web.cc
|
||||
+++ b/pdns/ixfrdist-web.cc
|
||||
@@ -25,6 +25,8 @@
|
||||
#include "iputils.hh"
|
||||
#include "ixfrdist-stats.hh"
|
||||
|
||||
+using namespace boost::placeholders;
|
||||
+
|
||||
string doGetStats();
|
||||
|
||||
IXFRDistWebServer::IXFRDistWebServer(const ComboAddress &listenAddress, const NetmaskGroup &acl, const string &loglevel) :
|
||||
--- a/pdns/webserver.cc
|
||||
+++ b/pdns/webserver.cc
|
||||
@@ -36,6 +36,8 @@
|
||||
#include "uuid-utils.hh"
|
||||
#include <yahttp/router.hpp>
|
||||
|
||||
+using namespace boost::placeholders;
|
||||
+
|
||||
json11::Json HttpRequest::json()
|
||||
{
|
||||
string err;
|
||||
--- a/pdns/ws-auth.cc
|
||||
+++ b/pdns/ws-auth.cc
|
||||
@@ -49,6 +49,7 @@
|
||||
#include "tsigutils.hh"
|
||||
|
||||
using json11::Json;
|
||||
+using namespace boost::placeholders;
|
||||
|
||||
extern StatBag S;
|
||||
|
||||
Reference in New Issue
Block a user