packages/net/pdns-recursor/patches/300-boost-173.patch
Rosen Penev af3b2e21dd pdns-recursor: update to 4.3.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-10-10 19:56:42 -07:00

21 lines
434 B
Diff

--- a/webserver.cc
+++ b/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/ws-recursor.cc
+++ b/ws-recursor.cc
@@ -46,6 +46,7 @@
extern thread_local FDMultiplexer* t_fdm;
+using namespace boost::placeholders;
using json11::Json;
void productServerStatisticsFetch(map<string,string>& out)