Merge pull request #15996 from PowerDNS/dnsdist-recursor-option-checking

dnsdist, pdns-recursor: remove --enable-option-checking=fatal
This commit is contained in:
Rosen Penev 2021-06-29 14:41:03 -07:00 committed by GitHub
commit e49cb15788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -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) \

View File

@ -43,7 +43,6 @@ endef
DISABLE_NLS:=
CONFIGURE_ARGS += \
--enable-option-checking=fatal \
--sysconfdir=/etc/powerdns \
--with-lua=lua \
--without-libcap \