]> git.99rst.org Git - openwrt-packages.git/commitdiff
transmission: rebuild against the versioned libdht
authorDaniel Golle <redacted>
Tue, 18 Aug 2026 00:10:34 +0000 (01:10 +0100)
committerDaniel Golle <redacted>
Tue, 18 Aug 2026 04:09:32 +0000 (05:09 +0100)
libdht now installs libdht.so.0 with a soname and an ABI_VERSION, so the
package it depends on is libdht0 rather than libdht. Bump PKG_RELEASE to
force the rebuild that picks that up.

No other change is needed: DHT_LIBRARY still points at the libdht.so
development symlink, and the resulting binary records the soname, so
transmission-daemon links libdht.so.0 and depends on libdht0.

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

index a2e17a992cec875308c3b67323db6162ed2f4856..df5ebd3ef54da43aac669023b66cfed04c71ecc8 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=transmission
 PKG_VERSION:=4.1.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://github.com/transmission/transmission/releases/download/$(PKG_VERSION)/
git clone https://git.99rst.org/PROJECT