tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: [PATCH 7/7] Enable curses



On Sat, Mar 28, 2020 at 14:52:10 +0100, Michal Gorny wrote:

> +LDADD+=	-lcurses -ledit -lkvm -lpanel -lutil -lz

Minor nit-pick: panel depends on curses, so it's better to sort them
correspondingly.  This doesn't matter much in the dynamically linked
world, but it's good form, IMHO (-ledit -lpanel -lcurses -lterminfo
would be the right order, with explicit terminfo that both curses and
edit depend on).

-uwe


Home | Main Index | Thread Index | Old Index