From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libsoup: add option to enable HTTPS (SSL) support
Date: Tue, 06 Sep 2011 12:09:50 +0200 [thread overview]
Message-ID: <874o0q9e35.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <1313056661-6090-1-git-send-email-s.neumann@raumfeld.com> (Sven Neumann's message of "Thu, 11 Aug 2011 11:57:41 +0200")
>>>>> "Sven" == Sven Neumann <s.neumann@raumfeld.com> writes:
Sven> By selecting BR2_PACKAGE_LIBSOUP_SSL the gnutls package is selected
Sven> and libsoup will be compiled with SSL support.
Sven> Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
Sven> ---
Sven> package/libsoup/Config.in | 7 +++++++
Sven> package/libsoup/libsoup.mk | 8 +++++++-
Sven> 2 files changed, 14 insertions(+), 1 deletions(-)
Sven> diff --git a/package/libsoup/Config.in b/package/libsoup/Config.in
Sven> +ifeq ($(BR2_PACKAGE_LIBSOUP_SSL),y)
Sven> +LIBSOUP_DEPENDENCIES += gnutls
Sven> +LIBSOUP_CONF_OPT += --enable-ssl --without-libgcrypt-prefix
Why --without? It seems I need to pass
--with-libgrcypt-prefix=$(STAGING_DIR)/usr for configure to find
libgcrypt-config in staging.
Committed with that change, thanks.
--
Bye, Peter Korsgaard
prev parent reply other threads:[~2011-09-06 10:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-11 9:57 [Buildroot] [PATCH] libsoup: add option to enable HTTPS (SSL) support Sven Neumann
2011-09-06 10:09 ` Peter Korsgaard [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=874o0q9e35.fsf@macbook.be.48ers.dk \
--to=jacmet@uclibc.org \
--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