On Fri, Jul 24, 2015 at 06:33:37PM +0100, Joel Holdsworth wrote: > Ok, so cal can build without ncurses and/or tinfo - fine ok. > > The problem I have is with misc-utils/Makemodule.am:14 > > https://git.kernel.org/cgit/utils/util-linux/util-linux.git/tree/misc-utils/Makemodule.am?h=stable%2Fv2.26#n14 > > ...this is making it link with -ltinfo, which fails because I'm not > providing it. Would it be more correct to make NCURSES_LIBS and > TINFO_LIBS become empty when they're not available? Is this how it's > meant to work? Did it ever work this way previously? > > I'm slightly suspicious of my cross-build setup if configure is picking > up "-ltinfo" dependencies from the host system, but even with > '--disable-tinfo', TINFO_LIBS is still not set to "". > > Also having UL_BUILD_INIT([cal], [yes]) to force cal to always be built > seem ridiculous; in fact why should any of the tools be forced? The user > should be able to mix and match whatever programs they want to have. > > Another related issue is that I was hoping to be able to do > '--disable-all-programs', then '--enable-XXX' the ones I need one by one > - but the disable-all flag seems to take precedence right now. > > Can someone suggest what a patch to fix this should be like? I'll try to improve it next week, thanks! Karel -- Karel Zak <kzak@xxxxxxxxxx> http://karelzak.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html