]> git.99rst.org Git - openwrt-packages.git/commit
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)
commit7b12d68dd352028f8d3c5f09ba159322de74aaeb
tree14e81b580c9454cca65afe5c222883dc6a2908dc
parent502da457ccb6201dafaf666a5822f5b001c9eea4
transmission: rebuild against the versioned libdht

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
git clone https://git.99rst.org/PROJECT