From: Daniel Golle Date: Thu, 10 Sep 2026 13:42:07 +0000 (+0100) Subject: knot: drop libatomic dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=30cfcf3ea3bc7e4cfd0665fc7fa59fccf26e36a7;p=openwrt-packages.git knot: drop libatomic dependency None of the binaries links libatomic on any architecture, so the dependency is unnecessary. Signed-off-by: Daniel Golle --- diff --git a/net/knot/Makefile b/net/knot/Makefile index 4d155db26..a6c42a7ba 100644 --- a/net/knot/Makefile +++ b/net/knot/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=knot PKG_VERSION:=3.5.7 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/ @@ -38,7 +38,6 @@ define Package/knot/Default CATEGORY:=Network SUBMENU:=IP Addresses and Names TITLE:=Knot DNS - DEPENDS=+libatomic URL:=https://www.knot-dns.cz VERSION:=${PKG_VERSION}-r${PKG_RELEASE} endef