aboutsummaryrefslogtreecommitdiff
path: root/net/bind
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2021-10-28 17:01:14 -0600
committerGitHub <noreply@github.com>2021-10-28 17:01:14 -0600
commita11d34617ae8160cf274a3c0974d88221b04ce1f (patch)
treece0d3c705d1f887c6a512b5070250bc615e70c10 /net/bind
parent24e346e20bebe5077d02f0ef93b86445eea30dbd (diff)
parent049b25bcf9f4ad62ace89bcf9c83557856fd831a (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/Makefile2
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 \