Merge pull request #16992 from pprindeville/named-restart-intf-flap
bind: detect new interfaces when they come up
This commit is contained in:
commit
a11d34617a
1 changed files with 1 additions and 1 deletions
|
@ -69,6 +69,7 @@ endef
|
||||||
define Package/bind-server
|
define Package/bind-server
|
||||||
$(call Package/bind/Default)
|
$(call Package/bind/Default)
|
||||||
TITLE+= DNS server
|
TITLE+= DNS server
|
||||||
|
DEPENDS+= libcap
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/bind-server/config
|
define Package/bind-server/config
|
||||||
|
@ -135,7 +136,6 @@ export BUILD_CC="$(TARGET_CC)"
|
||||||
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
|
TARGET_LDFLAGS += -Wl,--gc-sections,--as-needed
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--disable-linux-caps \
|
|
||||||
--with-openssl="$(STAGING_DIR)/usr" \
|
--with-openssl="$(STAGING_DIR)/usr" \
|
||||||
--with-libtool \
|
--with-libtool \
|
||||||
--without-lmdb \
|
--without-lmdb \
|
||||||
|
|
Loading…
Reference in a new issue