From a0b20b82e40fabfa8fb6db1701f5751c459a1169 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 2 Apr 2019 17:33:53 +0200 Subject: [PATCH] dnsdist README: update macOS instructions --- pdns/README-dnsdist.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/README-dnsdist.md b/pdns/README-dnsdist.md index 670f460fa..f8e67cb07 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 ``` -- 2.40.0