From: Peter van Dijk Date: Tue, 2 Apr 2019 15:33:53 +0000 (+0200) Subject: dnsdist README: update macOS instructions X-Git-Tag: dnsdist-1.4.0-alpha1~35^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7656%2Fhead;p=thirdparty%2Fpdns.git dnsdist README: update macOS instructions --- diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 670f460fa7..f8e67cb077 100644 --- a/pdns/README-dnsdist.md +++ b/pdns/README-dnsdist.md @@ -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 ```