]> granicus.if.org Git - pdns/commitdiff
document libcrypto usage for recent macOS
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 14 Nov 2017 09:18:10 +0000 (10:18 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 14 Nov 2017 10:40:42 +0000 (11:40 +0100)
README.md
pdns/recursordist/README.md

index 0aefd61cfb0c32c018dd58633cd513db1fec7749..7fd20b83ae9a0be40639cfb15650cbc68493c502 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.
index e08be48907c1b4816e71aaa0f557b230a740d2a6..4dd758dd4b836996023d2e10330bc312439dded4 100644 (file)
@@ -49,6 +49,8 @@ $ ./configure
 $ make
 ```
 
+On macOS, you may need to `brew install openssl` and set `PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig` during configure.
+
 Lua scripting
 -------------
 To benefit from Lua scripting, as described on https://doc.powerdns.com/md/recursor/scripting/