Index: head/dns/dnsdist/files/patch-boost-1.67 =================================================================== --- head/dns/dnsdist/files/patch-boost-1.67 (nonexistent) +++ head/dns/dnsdist/files/patch-boost-1.67 (revision 467588) @@ -0,0 +1,53 @@ +https://github.com/PowerDNS/pdns/commit/e6a9dde524b5 + +--- dns.hh.orig 2018-03-29 15:25:58 UTC ++++ dns.hh +@@ -235,7 +235,6 @@ inline uint16_t * getFlagsFromDNSHeader(struct dnshead + #define FLAGS_CD_OFFSET (12) + #endif + +-#define L theL() + extern time_t s_starttime; + + uint32_t hashQuestion(const char* packet, uint16_t len, uint32_t init); +--- dnsdist-carbon.cc.orig 2018-03-29 15:25:58 UTC ++++ dnsdist-carbon.cc +@@ -27,7 +27,6 @@ + #include "sstuff.hh" + + #include "namespaces.hh" +-#undef L + #include "dnsdist.hh" + + GlobalStateHolder > g_carbon; +--- dnsdist.cc.orig 2018-03-29 15:25:58 UTC ++++ dnsdist.cc +@@ -2258,7 +2258,7 @@ try + bindAny(cs->local.sin4.sin_family, cs->udpFD); + + // if (!setSocketTimestamps(cs->udpFD)) +- // L<local)) { +--- remote_logger.cc.orig 2018-03-29 15:25:58 UTC ++++ remote_logger.cc +@@ -22,7 +22,7 @@ bool RemoteLogger::reconnect() + } + catch(const std::exception& e) { + #ifdef WE_ARE_RECURSOR +- L<