]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
document C++11 ABI issue
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 5 Jul 2016 13:03:20 +0000 (15:03 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 5 Jul 2016 13:03:42 +0000 (15:03 +0200)
README.md

index 2af82e34d3ff4dec455cd4019aedc7c496a8ff53..c37acc819237c748112b337acb7fccdbe5ac5bbe 100644 (file)
--- a/README.md
+++ b/README.md
@@ -69,6 +69,8 @@ Note that you will need the development headers for PostgreSQL as well in this c
 
 See https://doc.powerdns.com/md/appendix/compiling-powerdns/ for more details.
 
+If you run into C++11-related symbol trouble, please try passing `CPPFLAGS=-D_GLIBCXX_USE_CXX11_ABI=0` (or 1) to `./configure` to make sure you are compatible with the installed dependencies.
+
 COMPILING THE RECURSOR
 ----------------------
 See the README in pdns/recursordist.