]> git.99rst.org Git - openwrt-packages.git/commitdiff
knot: drop libatomic dependency
authorDaniel Golle <redacted>
Thu, 10 Sep 2026 13:42:07 +0000 (14:42 +0100)
committerDaniel Golle <redacted>
Wed, 16 Sep 2026 15:35:19 +0000 (16:35 +0100)
None of the binaries links libatomic on any architecture, so the
dependency is unnecessary.

Signed-off-by: Daniel Golle <redacted>
net/knot/Makefile

index 4d155db26688cc947a1e27ea2c910d2fbed3c3e9..a6c42a7ba416e171790500fbae5a795dc93a3207 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT