Package: tmate-ssh-server / 2.3.0-68-gd7334ee4-2

Metadata

Package Version Patches format
tmate-ssh-server 2.3.0-68-gd7334ee4-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
msgpack c 6 support.patch | (download)

configure.ac | 14 13 + 1 - 0 !
1 file changed, 13 insertions(+), 1 deletion(-)

 fix finding msgpack 6+

tmate FTBFS with the 6.x version of the msgpack C library. Upstream
renamed the library from libmsgpackc to libmsgpack-c and the pkg-config
file from msgpack.pc to msgpack-c.pc, so any checks for the presence of
the library at build time should handle both names.

Co-authored-by: Sam James <sam@gentoo.org>