Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 641470 Details for
Bug 724398
net-dns/pdns-recursor-4.3.1 : /.../webserver.cc:384: undefined reference to YaHTTP::AsyncLoader<YaHTTP::Request>::feed(std::_cxx11
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
net-dns/pdns-recursor (fix >=dev-libs/boost-1.73 issue)
boost-173.patch (text/plain), 434 bytes, created by
Alexandros C. Couloumbis
on 2020-05-24 19:59:10 UTC
(
hide
)
Description:
net-dns/pdns-recursor (fix >=dev-libs/boost-1.73 issue)
Filename:
MIME Type:
Creator:
Alexandros C. Couloumbis
Created:
2020-05-24 19:59:10 UTC
Size:
434 bytes
patch
obsolete
>--- 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 >@@ -45,6 +45,7 @@ > > extern thread_local FDMultiplexer* t_fdm; > >+using namespace boost::placeholders; > using json11::Json; > > void productServerStatisticsFetch(map<string,string>& out)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 724398
:
640660
|
640662
|
640664
|
640666
|
640668
|
640670
|
640672
| 641470 |
641472