aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2021-06-29 14:41:03 -0700
committerGitHub <noreply@github.com>2021-06-29 14:41:03 -0700
commite49cb15788c22fcb0486931b904b9793927c7b97 (patch)
treeb3b86f6c567836b723a51cbf108c95b5dca59b5f
parent5f73d18eb125910bfbd39d77a939588463b5b36b (diff)
parentd39c517f84dea145125ac6b614f504427f241f0c (diff)
Merge pull request #15996 from PowerDNS/dnsdist-recursor-option-checking
dnsdist, pdns-recursor: remove --enable-option-checking=fatal
-rw-r--r--net/dnsdist/Makefile1
-rw-r--r--net/pdns-recursor/Makefile1
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 \