From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Ben Hutchings via buildroot <buildroot@buildroot.org>
Cc: Ben Hutchings <ben.hutchings@mind.be>
Subject: Re: [Buildroot] [PATCH 4/6] package/libgcrypt: Add host package
Date: Mon, 15 Jul 2024 14:34:34 +0200 [thread overview]
Message-ID: <20240715143434.6ae4f592@windsurf> (raw)
In-Reply-To: <3c8dd9da9315d5ed33b43fdbfc5898573d966a84.1712957992.git.ben.hutchings@mind.be>
On Fri, 12 Apr 2024 23:43:08 +0200
Ben Hutchings via buildroot <buildroot@buildroot.org> wrote:
> This is needed to support a host build of gnupg2. It is not directly
> selectable.
>
> Signed-off-by: Ben Hutchings <ben.hutchings@mind.be>
> ---
> package/libgcrypt/libgcrypt.mk | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/package/libgcrypt/libgcrypt.mk b/package/libgcrypt/libgcrypt.mk
> index 2e4bf7448e..af342c6948 100644
> --- a/package/libgcrypt/libgcrypt.mk
> +++ b/package/libgcrypt/libgcrypt.mk
> @@ -13,6 +13,7 @@ LIBGCRYPT_INSTALL_STAGING = YES
> LIBGCRYPT_DEPENDENCIES = libgpg-error
> LIBGCRYPT_CONFIG_SCRIPTS = libgcrypt-config
> LIBGCRYPT_CPE_ID_VENDOR = gnupg
> +HOST_LIBGCRYPT_DEPENDENCIES = host-libgpg-error
>
> # Patching configure.ac and Makefile.am in 0001
> LIBGCRYPT_AUTORECONF = YES
> @@ -20,6 +21,8 @@ LIBGCRYPT_CONF_OPTS = \
> --disable-tests \
> $(if $(BR2_OPTIMIZE_0),--disable-ppc-crypto-support,) \
> --with-gpg-error-prefix=$(STAGING_DIR)/usr
> +HOST_LIBGCRYPT_CONF_OPTS = \
> + --with-gpg-error-prefix=$(HOST_DIR)
I've added --disable-tests here, and applied. Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2024-07-15 12:34 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-12 21:43 [Buildroot] [PATCH 0/6] Add host packages of gnupg2 and its dependencies Ben Hutchings via buildroot
2024-04-12 21:43 ` [Buildroot] [PATCH 1/6] package/libgpg-error: Add host package Ben Hutchings via buildroot
2024-07-15 12:06 ` Thomas Petazzoni via buildroot
2024-04-12 21:43 ` [Buildroot] [PATCH 2/6] package/libnpth: " Ben Hutchings via buildroot
2024-07-15 12:28 ` Thomas Petazzoni via buildroot
2024-04-12 21:43 ` [Buildroot] [PATCH 3/6] package/libassuan: " Ben Hutchings via buildroot
2024-07-15 12:30 ` Thomas Petazzoni via buildroot
2024-04-12 21:43 ` [Buildroot] [PATCH 4/6] package/libgcrypt: " Ben Hutchings via buildroot
2024-07-15 12:34 ` Thomas Petazzoni via buildroot [this message]
2024-04-12 21:43 ` [Buildroot] [PATCH 5/6] package/libksba: " Ben Hutchings via buildroot
2024-07-15 12:36 ` Thomas Petazzoni via buildroot
2024-04-12 21:43 ` [Buildroot] [PATCH 6/6] package/gnupg2: " Ben Hutchings via buildroot
2024-07-15 12:41 ` Thomas Petazzoni via buildroot
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=20240715143434.6ae4f592@windsurf \
--to=buildroot@buildroot.org \
--cc=ben.hutchings@mind.be \
--cc=thomas.petazzoni@bootlin.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox