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 6/6] package/gnupg2: Add host package
Date: Mon, 15 Jul 2024 14:41:41 +0200 [thread overview]
Message-ID: <20240715144141.19dc5350@windsurf> (raw)
In-Reply-To: <e73a9bd517211d64f4c0c167a57b2e578665131d.1712957992.git.ben.hutchings@mind.be>
On Fri, 12 Apr 2024 23:43:10 +0200
Ben Hutchings via buildroot <buildroot@buildroot.org> wrote:
> +HOST_GNUPG2_CONF_OPTS = \
> + --with-gpg-error-prefix=$(HOST_DIR) \
> + --with-libgcrypt-prefix=$(HOST_DIR) \
> + --with-libassuan-prefix=$(HOST_DIR) \
> + --with-ksba-prefix=$(HOST_DIR) \
> + --with-npth-prefix=$(HOST_DIR)
I've added a whole bunch of --disable/--without to disable optional
features that we don't support in the host package, to avoid the
./configure from mistakenly detecting stuff provided by the system:
+ --disable-bzip2 \
+ --disable-gnutls \
+ --disable-ccid-driver \
+ --without-readline \
+ --disable-sqlite
Applied with this change. 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
prev parent reply other threads:[~2024-07-15 12:41 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
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 [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=20240715144141.19dc5350@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 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.