All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/php: libargon2 needs dynamic library
Date: Thu, 5 Dec 2019 22:43:32 +0100	[thread overview]
Message-ID: <20191205224332.376232b5@windsurf> (raw)
In-Reply-To: <20191204181141.2185407-1-fontaine.fabrice@gmail.com>

On Wed,  4 Dec 2019 19:11:41 +0100
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Fixes:
>  - http://autobuild.buildroot.org/results/72412a68da44d7ecc87656436a17542cafcf1f95
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/php/Config.ext | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/package/php/Config.ext b/package/php/Config.ext
> index d5c723ca39..b3d6088f54 100644
> --- a/package/php/Config.ext
> +++ b/package/php/Config.ext
> @@ -70,8 +70,12 @@ config BR2_PACKAGE_PHP_EXT_HASH
>  	help
>  	  HASH message digest framework
>  
> +comment "libargon2 needs a toolchain w/ dynamic library"
> +	depends on BR2_STATIC_LIBS
> +
>  config BR2_PACKAGE_PHP_EXT_LIBARGON2
>  	bool "libargon2"
> +	depends on !BR2_STATIC_LIBS # libargon2

You forgot to propagate the BR2_USE_MMU dependency of libargon2, so I
fixed that as well when applying.

Thanks!

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

      reply	other threads:[~2019-12-05 21:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-04 18:11 [Buildroot] [PATCH 1/1] package/php: libargon2 needs dynamic library Fabrice Fontaine
2019-12-05 21:43 ` 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=20191205224332.376232b5@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.