mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
dnsdist: add missing dependency for libatomic
libatomic is required on mips* targets. This change will fix buildbot failures in #8548 for dnsdist Signed-off-by: James Taylor <james@jtaylor.id.au>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user