From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: sweet_f_a@gmx.de From: Ruediger Meier To: Karel Zak Subject: Re: [ANNOUNCE] util-linux v2.29-rc2 Date: Thu, 20 Oct 2016 21:20:15 +0200 Cc: util-linux@vger.kernel.org References: <20161019132505.cumn37cmgazlumcu@ws.net.home> <201610201334.24945.sweet_f_a@gmx.de> <20161020151948.3y47rv5lwmqppubf@ws.net.home> In-Reply-To: <20161020151948.3y47rv5lwmqppubf@ws.net.home> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <201610202120.15427.sweet_f_a@gmx.de> List-ID: On Thursday 20 October 2016, Karel Zak wrote: > On Thu, Oct 20, 2016 at 01:34:24PM +0200, Ruediger Meier wrote: > > For me it looks like the even the ncurses authors do not like their > > own pc files. Disabled by default and it's a pain to get them built > > with correct names and installed in the right location. Even > > --prefix does not work for their pc files. Plus the backward > > compatibility problem ... > > OK, I have applied BTW don't know why I have not thought about it first, there is also autoconf-archive ... https://www.gnu.org/software/autoconf-archive/ax_with_curses.html > https://github.com/karelzak/util-linux/commit/e5cc93b5a8854fce80537f8 >6a244977df212dcb5 > > with ncurses-config and fallback to old good AC_CHECK_LIB. > > We can add fallback to pkg-config too, but it sounds like overkill if > ncurses-config is everywhere. > > It seems drone.io don't like the change > https://drone.io/github.com/karelzak/util-linux/641 but not sure if > the problem is our build-system or drone.io. > > Karel