From: Otto Moerbeek Date: Thu, 24 Feb 2022 19:29:40 +0000 (+0100) Subject: Fix FreeBSD part X-Git-Tag: rec-4.7.0-alpha1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=208576fb429992032f0754e6ff6cd142a54d4ac2;p=thirdparty%2Fpdns.git Fix FreeBSD part --- diff --git a/README.md b/README.md index 2d5254e440..89ca946dad 100644 --- 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