]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Addding re2 flags wil break c++17, so override 9977/head 9982/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 15 Jan 2021 12:56:36 +0000 (12:56 +0000)
committerOtto <otto.moerbeek@open-xchange.com>
Sat, 16 Jan 2021 13:21:28 +0000 (14:21 +0100)
pdns/dnsdistdist/Makefile.am

index 812d8e1e011d1f290551e76b13294044649b0d68..d0be48acce4e99e0332ead2ba8d4b2003417895e 100644 (file)
@@ -43,7 +43,9 @@ html/js/%.min.js: src_js/%.js
 min_js: $(MIN_JS_FILES)
 
 if HAVE_RE2
+# Some versions of pkg_config add -std=c11++, override that
 AM_CPPFLAGS += $(RE2_CFLAGS)
+AM_CPPFLAGS += -std=c++17
 endif
 
 if HAVE_DNS_OVER_TLS