]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist README: update macOS instructions 7656/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 2 Apr 2019 15:33:53 +0000 (17:33 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Tue, 2 Apr 2019 15:33:53 +0000 (17:33 +0200)
pdns/README-dnsdist.md

index 670f460fa7a70faddee014e0a49697a69fda1e7f..f8e67cb0772b0054693347ed7def0679c53630f3 100644 (file)
@@ -21,9 +21,9 @@ Install dependencies from Homebrew:
 brew install autoconf automake boost libedit libsodium libtool lua pkg-config protobuf
 ```
 
-Let configure know where to find libedit:
+Let configure know where to find libedit, and openssl or libressl:
 
 ```sh
-./configure 'PKG_CONFIG_PATH=/usr/local/opt/libedit/lib/pkgconfig'
+./configure 'PKG_CONFIG_PATH=/usr/local/opt/libedit/lib/pkgconfig:/usr/local/opt/libressl/lib/pkgconfig'
 make
 ```