On 2020-09-18 21:51 +0200, Sven Joachim wrote: > It seems that cowdancer should not link with ncurses in the first place, > as it only uses the tinfo library. In fact, rebuilding cowbuilder with > a current toolchain that defaults to the "--as-needed" linker flag > causes cowbuilder and cowdancer to depend on libtinfo6 only.
Since cowdancer does not actually use any curses functions and makes do with the terminfo library, it seems logical to link with it. I have created a merge request on Salsa: https://salsa.debian.org/pbuilder-team/cowdancer/-/merge_requests/4 Cheers, Sven