]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix FreeBSD part 11351/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 24 Feb 2022 19:29:40 +0000 (20:29 +0100)
committerGitHub <noreply@github.com>
Thu, 24 Feb 2022 19:29:40 +0000 (20:29 +0100)
README.md

index 2d5254e44040487d463d5073d0f413d566408574..89ca946dad1aa709f472c84efa893c70551dfd8b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -144,7 +144,7 @@ FreeBSD Notes
 -------------
 You need to compile using gmake - regular make only appears to work, but doesn't in fact. Use gmake, not make.
 
-The clang compiler installed through FreeBSD's package manager does not expose all of the C++17 features needed under `std=gnuc++11`. Force the compiler to use `std=c++17` mode instead.
+The clang compiler installed through FreeBSD's package manager does not expose all of the C++17 features needed under the default `std=gnuc++14`. Force the compiler to use `std=c++17` mode instead.
 
 ```sh
 export CXXFLAGS=-std=c++17