From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Sun, 16 Dec 2018 16:04:08 +0100 Subject: [Buildroot] [PATCH] package/lynx: add dependency on host-pkgconf In-Reply-To: <20181203145152.7945-1-thomas.petazzoni@bootlin.com> (Thomas Petazzoni's message of "Mon, 3 Dec 2018 15:51:52 +0100") References: <20181203145152.7945-1-thomas.petazzoni@bootlin.com> Message-ID: <87d0q1a4yf.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Thomas" == Thomas Petazzoni writes: > The Lynx configure script uses pkg-config when available: > checking for nios2-buildroot-linux-gnu-pkg-config... /home/thomas/projets/buildroot/output/host/bin/pkg-config > checking pkg-config for openssl... yes > [...] > checking pkg-config for ncurses... yes > Using pkg-config avoids build failures such as: > checking for _nc_freeall... no > configure: error: Configuration does not support color-styles > make: *** [/home/test/autobuild/run/instance-1/output/build/lynx-2.8.9rel.1/.stamp_configured] Error 1 > When building with "make lynx", so that pkg-config is not built > before. The issue is that in this case, lynx configure script picks up > the ncurses6-config script for the host ncurses instead of the one in > staging. Using pkg-config solves that nicely. > Signed-off-by: Thomas Petazzoni Committed to 2018.02.x, 2018.08.x and 2018.11.x, thanks. -- Bye, Peter Korsgaard