]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - README.md
rec: Disable only our own TCP listening socket when reuseport is enabled
[thirdparty/pdns.git] / README.md
index a5411a05d40f806ead78f2c56c0cbd4b0c263349..fa2f7f1cb6e01f0e9fa7e7d57e9c446873d74a06 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-PowerDNS is copyright © 2002-2016 by PowerDNS.COM BV and lots of
+PowerDNS is copyright © 2001-2018 by PowerDNS.COM BV and lots of
 contributors, using the GNU GPLv2 license (see NOTICE for the
 exact license and exception used).
 
@@ -71,6 +71,8 @@ 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.
 
+On macOS, you may need to `brew install openssl` and set `PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig` during configure.
+
 COMPILING THE RECURSOR
 ----------------------
 See the README in pdns/recursordist.