From da9aab57eda64ad128cfe40957a479b216d89a88 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 29 Jun 2021 11:50:55 +0200 Subject: [PATCH 1/2] dnsdist: remove --enable-option-checking=fatal Signed-off-by: Peter van Dijk --- net/dnsdist/Makefile | 1 - 1 file changed, 1 deletion(-) 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) \ From d39c517f84dea145125ac6b614f504427f241f0c Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 29 Jun 2021 11:51:04 +0200 Subject: [PATCH 2/2] pdns-recursor: remove --enable-option-checking=fatal Signed-off-by: Peter van Dijk --- net/pdns-recursor/Makefile | 1 - 1 file changed, 1 deletion(-) 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 \