All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/lynx: add dependency on host-pkgconf
Date: Thu, 6 Dec 2018 21:57:17 +0100	[thread overview]
Message-ID: <20181206215717.2baeaa2b@windsurf> (raw)
In-Reply-To: <20181203145152.7945-1-thomas.petazzoni@bootlin.com>

Hello,

On Mon,  3 Dec 2018 15:51:52 +0100, Thomas Petazzoni wrote:
> 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 <thomas.petazzoni@bootlin.com>
> ---
>  package/lynx/lynx.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2018-12-06 20:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-03 14:51 [Buildroot] [PATCH] package/lynx: add dependency on host-pkgconf Thomas Petazzoni
2018-12-06 20:57 ` Thomas Petazzoni [this message]
2018-12-16 15:04 ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20181206215717.2baeaa2b@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.