Browse Source

Merge pull request #16992 from pprindeville/named-restart-intf-flap

bind: detect new interfaces when they come up
lilik-openwrt-22.03
Philip Prindeville 3 years ago
committed by GitHub
parent
commit
a11d34617a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      net/bind/Makefile

+ 1
- 1
net/bind/Makefile View File

@ -69,6 +69,7 @@ endef
define Package/bind-server
$(call Package/bind/Default)
TITLE+= DNS server
DEPENDS+= libcap
endef
define Package/bind-server/config
@ -135,7 +136,6 @@ export BUILD_CC="$(TARGET_CC)"
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
CONFIGURE_ARGS += \
--disable-linux-caps \
--with-openssl="$(STAGING_DIR)/usr" \
--with-libtool \
--without-lmdb \


Loading…
Cancel
Save