Browse Source
Merge pull request #15996 from PowerDNS/dnsdist-recursor-option-checking
dnsdist, pdns-recursor: remove --enable-option-checking=fatal
lilik-openwrt-22.03
Rosen Penev
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
2 deletions
-
net/dnsdist/Makefile
-
net/pdns-recursor/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) \
|
|
|
|
|
|
@ -43,7 +43,6 @@ endef |
|
|
|
DISABLE_NLS:= |
|
|
|
|
|
|
|
CONFIGURE_ARGS += \
|
|
|
|
--enable-option-checking=fatal \
|
|
|
|
--sysconfdir=/etc/powerdns \
|
|
|
|
--with-lua=lua \
|
|
|
|
--without-libcap \
|
|
|
|