dnsdist: add missing dependency for libatomic
authorJames Taylor <redacted>
Mon, 27 May 2019 08:49:11 +0000 (18:49 +1000)
committerJames Taylor <redacted>
Mon, 27 May 2019 08:53:20 +0000 (18:53 +1000)
libatomic is required on mips* targets. This change will fix buildbot failures in #8548
for dnsdist

Signed-off-by: James Taylor <redacted>
net/dnsdist/Makefile

index 3d5a6223a867895a6a452b346e099655d86307a6..e2b6a6c0c10ba046c4e38cea56f6dc98707a5663 100644 (file)
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=dnsdist
 PKG_VERSION:=1.3.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/
@@ -43,7 +43,7 @@ define Package/dnsdist
   SECTION:=base
   CATEGORY:=Network
   TITLE:=dnsdist DNS-, DOS- and abuse-aware loadbalancer
-  DEPENDS:=+DNSDIST_OPENSSL:libopenssl +DNSDIST_GNUTLS:libgnutls +protobuf +re2 +libedit +libfstrm +libsodium +lua +boost +libnetsnmp
+  DEPENDS:=+DNSDIST_OPENSSL:libopenssl +DNSDIST_GNUTLS:libgnutls +protobuf +re2 +libedit +libfstrm +libsodium +lua +boost +libnetsnmp +libatomic
   URL:=https://dnsdist.org/
 endef
 
git clone https://git.99rst.org/PROJECT