Comment 1 for bug 841489

Revision history for this message
Mitsuya Shibata (cosmos-door) wrote :

Fixed this problem and requested to merge.
Could you review it?

Merge proposal is following:
ncurses splitted out tinfo library from ncurses at 5.9-1ubuntu1.
However debian/rules script link with -lncurses(w) only.

In dynamic linkage its no problem because libncurses(s) depends
libtinfo.so. But static linkage in configure script occurs failure,
because needs to list up all objects.

Therefore this branch adds -ltinfo list link libraries at
debian/rules to use --with-term-lib option.

This is Ubuntu specific problem. In Debian sid, doesn't split
tinfo library, doesn't needs link libtinfo.a.