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
parent
commit
e49cb15788
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      net/dnsdist/Makefile
  2. +0
    -1
      net/pdns-recursor/Makefile

+ 0
- 1
net/dnsdist/Makefile 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) \


+ 0
- 1
net/pdns-recursor/Makefile View File

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


Loading…
Cancel
Save