From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/2] libsoup: update to version 2.32.2 and enable SSL support
Date: Wed, 13 Jul 2011 19:12:52 +0200 [thread overview]
Message-ID: <20110713191252.4e0c7a65@skate> (raw)
In-Reply-To: <1310576324-9603-1-git-send-email-s.neumann@raumfeld.com>
Le Wed, 13 Jul 2011 18:58:43 +0200,
Sven Neumann <s.neumann@raumfeld.com> a ?crit :
> +ifeq ($(BR2_PACKAGE_GNUTLS),y)
> +LIBSOUP_DEPENDENCIES += gnutls
> +LIBSOUP_CONF_OPT += --enable-ssl
> +else
> +LIBSOUP_CONF_OPT += --disable-ssl
> +endif
> +
Question not specific to your patch: how are we going to handle openssl
vs. gnutls in Buildroot? Is gnutls a drop-in replacement for openssl?
It'd be a mess to have a portion of our packages using openssl for SSL,
and another portion of our packages using gnutls for SSL, no?
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2011-07-13 17:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-13 16:58 [Buildroot] [PATCH 1/2] libsoup: update to version 2.32.2 and enable SSL support Sven Neumann
2011-07-13 16:58 ` [Buildroot] [PATCH 2/2] libsoup: explicitly pass gcrypt prefix to the configure script Sven Neumann
2011-07-13 17:12 ` Thomas Petazzoni [this message]
2011-07-13 19:02 ` [Buildroot] [PATCH 1/2] libsoup: update to version 2.32.2 and enable SSL support Sven Neumann
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=20110713191252.4e0c7a65@skate \
--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 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.