From 496e99c9b0b8d3317da0da212ce9fce3da2fa07a Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 11 Apr 2019 16:37:27 +0200 Subject: [PATCH] remove --with-modules from recursor README --- pdns/recursordist/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/README.md b/pdns/recursordist/README.md index 762901a0c..49fc8bcf5 100644 --- a/pdns/recursordist/README.md +++ b/pdns/recursordist/README.md @@ -57,7 +57,7 @@ Homebrew. You need to tell configure where to find OpenSSL, too. ```sh brew install boost lua pkg-config ragel openssl -./configure --with-modules="" --with-lua PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig +./configure --with-lua PKG_CONFIG_PATH=/usr/local/opt/openssl/lib/pkgconfig make -j4 ``` -- 2.40.0