]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
remove --with-modules from recursor README 7717/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 11 Apr 2019 14:37:27 +0000 (16:37 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 11 Apr 2019 14:37:27 +0000 (16:37 +0200)
pdns/recursordist/README.md

index 762901a0cb8ddd67229c5734c6f2b0c512684feb..49fc8bcf50225e3525c5a4e1ef8ee7db402b0dc3 100644 (file)
@@ -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
 ```