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: depends on dynamic lib
Date: Sat, 3 Feb 2018 18:46:31 +0100	[thread overview]
Message-ID: <20180203184631.48cb7e05@windsurf> (raw)
In-Reply-To: <20180203170555.1431-1-mlang@blind.guru>

Hello,

On Sat,  3 Feb 2018 18:05:55 +0100, Mario Lang wrote:
> This fixes the following autobuild errors:
>   http://autobuild.buildroot.net/results/9a7b37264d592add75dd2a0f233a2de4eba4f489
>   http://autobuild.buildroot.net/results/d3ecc533b5c5a33a9385e7f1f689ddf9bfa6fd43
> 
> Signed-off-by: Mario Lang <mlang@blind.guru>
> ---
>  package/lynx/Config.in | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/lynx/Config.in b/package/lynx/Config.in
> index a338f83616..570d3fd15d 100644
> --- a/package/lynx/Config.in
> +++ b/package/lynx/Config.in
> @@ -1,5 +1,6 @@
>  config BR2_PACKAGE_LYNX
>  	bool "lynx"
> +	depends on !BR2_STATIC_LIBS
>  	depends on BR2_USE_MMU
>  	select BR2_PACKAGE_SLANG if !BR2_PACKAGE_NCURSES
>  	select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
> @@ -7,3 +8,6 @@ config BR2_PACKAGE_LYNX
>  	  The Text Web-Browser.
>  
>  	  http://lynx.invisible-island.net/
> +
> +comment "lynx needs a toolchain w/ dynamic lib"
> +	depends on BR2_STATIC_LIBS

The comment needs a "depends on BR2_USE_MMU" dependency.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com

      parent reply	other threads:[~2018-02-03 17:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-03 17:05 [Buildroot] [PATCH] package/lynx: depends on dynamic lib Mario Lang
2018-02-03 17:17 ` Yann E. MORIN
2018-02-03 17:46 ` Thomas Petazzoni [this message]

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=20180203184631.48cb7e05@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.