From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] lxc: add dependency on gnutls
Date: Sun, 18 Dec 2016 14:22:30 +0100 [thread overview]
Message-ID: <20161218142230.65c0e57d@free-electrons.com> (raw)
In-Reply-To: <1482062185-97871-1-git-send-email-fabrice.fontaine@orange.com>
Hello,
On Sun, 18 Dec 2016 12:56:25 +0100, Fabrice Fontaine wrote:
> lxc can use gnutls for various checksumming so add a dependency on it if
> package is selected (there is no --enable-gnutls in configure)
>
> Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
I was about to apply this... but in fact I don't see how lxc can use
gnutls. The configure script indeed has:
AC_CHECK_LIB([gnutls], [gnutls_hash_fast], [enable_gnutls=yes], [enable_gnutls=no])
But ${enable_gnutls} is only used to print a message. In the source
code, the gnutls related code is surrounded by HAVE_LIBGNUTLS
conditions, but this is never defined anywhere.
Bottom line, I don't see where gnutls is currently used in lxc in practice.
Best regards,
Thomas Petazzoni
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-12-18 13:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-18 11:56 [Buildroot] [PATCH 1/1] lxc: add dependency on gnutls Fabrice Fontaine
2016-12-18 13:22 ` Thomas Petazzoni [this message]
2016-12-18 14:17 ` Fabrice Fontaine
2016-12-19 20:28 ` Fabrice Fontaine
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=20161218142230.65c0e57d@free-electrons.com \
--to=thomas.petazzoni@free-electrons.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox