diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2021-10-28 17:01:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 17:01:14 -0600 |
commit | a11d34617ae8160cf274a3c0974d88221b04ce1f (patch) | |
tree | ce0d3c705d1f887c6a512b5070250bc615e70c10 /net/bind | |
parent | 24e346e20bebe5077d02f0ef93b86445eea30dbd (diff) | |
parent | 049b25bcf9f4ad62ace89bcf9c83557856fd831a (diff) |
Merge pull request #16992 from pprindeville/named-restart-intf-flap
bind: detect new interfaces when they come up
Diffstat (limited to 'net/bind')
-rw-r--r-- | net/bind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bind/Makefile b/net/bind/Makefile index 1072314a4..b5da96928 100644 --- a/net/bind/Makefile +++ b/net/bind/Makefile @@ -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 \ |