Peter van Dijk
Peter van Dijk
> Did you test this code? Oh, perhaps the failure is just in `stubquery`
> Seems to have hit some complier specific issues when built with clang vs GCC, pushed a hopeful fix for that. Ah, those are always fun ;)
Recursor and dnsdist might also like this.
(we should also see if we can build .debs -with- SNMP)
> (we should also see if we can build .debs -with- SNMP) #11999
Interesting, what compiler?
> `[[maybe_unused]]` is a C++17 feature, a bare `c++` does not support that: `The default C++ language standard is gnu++14` Yes - I hoped to get away with it because...
> For some reason, the `m4/ax_cxx_compile_stdcxx.m4` one is not hit here... Probably because the compiler is actually instructed to be ++17 in that case?
The check uses DO on purpose, so that it can also notice signature refreshes that did not bump the serial. Right now the only way to drop the DO is...
I think adding a flag to skip DO makes sense at this point.