From: Peter van Dijk Date: Thu, 11 Apr 2019 14:37:27 +0000 (+0200) Subject: remove --with-modules from recursor README X-Git-Tag: dnsdist-1.4.0-alpha2~26^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7717%2Fhead;p=thirdparty%2Fpdns.git remove --with-modules from recursor README --- diff --git a/pdns/recursordist/README.md b/pdns/recursordist/README.md index 762901a0cb..49fc8bcf50 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 ```