From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Waldemar Brodkorb <wbx@openadk.org>
Cc: buildroot@buildroot.org, alexis.lothore@bootlin.com
Subject: Re: [Buildroot] [PATCH v4] package/libxmlsec1: new package
Date: Tue, 10 Feb 2026 23:54:09 +0100 [thread overview]
Message-ID: <aYu2lh_Ef3zYGnzM@windsurf> (raw)
In-Reply-To: <aYRiIxIb0-E_Pd6s@waldemar-brodkorb.de>
Hello,
On Thu, Feb 05, 2026 at 10:25:55AM +0100, Waldemar Brodkorb wrote:
> Introduce the libxmlsec1 library package. libxmlsec implements XML
> security standards.
>
> The library has only a few mandatory dependencies (libxml2 and a crypto
> library). It needs one of the following cryptographic libraries:
> OpenSSL, NSS, or Gcrypt/GNUTLS. Default to openssl for now to keep the
> package simple.
>
> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Sorry Waldemar, I'm seeing your patch now after having applied the one
from Alexis. Could you send any updates as patches on top of master?
> diff --git a/package/libxmlsec1/Config.in b/package/libxmlsec1/Config.in
> new file mode 100644
> index 0000000000..ce3384e7b7
> --- /dev/null
> +++ b/package/libxmlsec1/Config.in
> @@ -0,0 +1,11 @@
> +config BR2_PACKAGE_LIBXMLSEC1
> + bool "libxmlsec1"
> + select BR2_PACKAGE_LIBXML2
> + select BR2_PACKAGE_OPENSSL
I see you did not select libxslt here, while Alexis did so in his
patch. So I assume libxslt is not mandatory?
> +ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
> +LIBXMLSEC1_CONF_ENV += LIBS=-latomic
> +endif
Alexis patch did not have this. I assume it fixes issue on SPARC ?
> +$(eval $(autotools-package))
Your patch did not have the host variant, which Alexis needed.
Best regards,
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:[~2026-02-10 22:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-05 9:25 [Buildroot] [PATCH v4] package/libxmlsec1: new package Waldemar Brodkorb
2026-02-10 22:54 ` 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=aYu2lh_Ef3zYGnzM@windsurf \
--to=buildroot@buildroot.org \
--cc=alexis.lothore@bootlin.com \
--cc=thomas.petazzoni@bootlin.com \
--cc=wbx@openadk.org \
/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.