]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Ignore `re2`'s broken compilation flags 15126/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 6 Feb 2025 16:47:39 +0000 (17:47 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 6 Feb 2025 16:47:39 +0000 (17:47 +0100)
commit769bc6d4d9f18bb6db854b692ad98d4dd7cca4d7
treedef9a5840accef405533811ca7ea82e21c5a7df8
parentc282871d5116219e4b338dc153f6b897eb159ad7
dnsdist: Ignore `re2`'s broken compilation flags

Apparently some version(s) of `re2` pass `-std=c++11` in the result
of `pkg-config --cflags`, which helpfully downgrades us from C++17
to C++11. Let's just ignore what it says.
pdns/dnsdistdist/meson/re2/meson.build