diff options
author | Rosen Penev <rosenp@gmail.com> | 2021-06-29 14:41:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 14:41:03 -0700 |
commit | e49cb15788c22fcb0486931b904b9793927c7b97 (patch) | |
tree | b3b86f6c567836b723a51cbf108c95b5dca59b5f | |
parent | 5f73d18eb125910bfbd39d77a939588463b5b36b (diff) | |
parent | d39c517f84dea145125ac6b614f504427f241f0c (diff) |
Merge pull request #15996 from PowerDNS/dnsdist-recursor-option-checking
dnsdist, pdns-recursor: remove --enable-option-checking=fatal
-rw-r--r-- | net/dnsdist/Makefile | 1 | ||||
-rw-r--r-- | net/pdns-recursor/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net/dnsdist/Makefile b/net/dnsdist/Makefile index 4de4db904..7db34b683 100644 --- a/net/dnsdist/Makefile +++ b/net/dnsdist/Makefile @@ -135,7 +135,6 @@ DISABLE_NLS:= TARGET_CXX+=-std=c++17 CONFIGURE_ARGS+= \ - --enable-option-checking=fatal \ --with-pic \ --with-lua=lua \ $(if $(CONFIG_DNSDIST_SODIUM),--enable-dnscrypt --with-libsodium,--disable-dnscrypt --without-libsodium) \ diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index 2f6067482..827333c46 100644 --- a/net/pdns-recursor/Makefile +++ b/net/pdns-recursor/Makefile @@ -43,7 +43,6 @@ endef DISABLE_NLS:= CONFIGURE_ARGS += \ - --enable-option-checking=fatal \ --sysconfdir=/etc/powerdns \ --with-lua=lua \ --without-libcap \ |