[Buildroot] [PATCH 33/41] libsoup: bump to 2.28.2

Peter Korsgaard jacmet at uclibc.org
Wed Apr 14 07:58:29 UTC 2010


>>>>> "llandwerlin" == llandwerlin  <llandwerlin at gmail.com> writes:

 llandwerlin> From: Lionel Landwerlin <llandwerlin at gmail.com>
 llandwerlin> Also, remove --disable-gtk-doc (it's already in package/Makefile.in)
 llandwerlin> and fix libsoup dependencies. When compiled with ssl support it
 llandwerlin> requires libgnutls and libgcrypt.

 llandwerlin> Signed-off-by: Lionel Landwerlin <llandwerlin at gmail.com>
 llandwerlin> ---
 llandwerlin>  package/libsoup/Config.in  |    1 +
 llandwerlin>  package/libsoup/libsoup.mk |   13 ++++++-------
 llandwerlin>  2 files changed, 7 insertions(+), 7 deletions(-)

 llandwerlin> diff --git a/package/libsoup/Config.in b/package/libsoup/Config.in
 llandwerlin> index 6bccd11..596a638 100644
 llandwerlin> --- a/package/libsoup/Config.in
 llandwerlin> +++ b/package/libsoup/Config.in
 llandwerlin> @@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBSOUP
 llandwerlin>  	bool "libsoup"
 llandwerlin>  	select BR2_PACKAGE_LIBXML2
 llandwerlin>  	select BR2_PACKAGE_LIBGLIB2
 llandwerlin> +        select BR2_PACKAGE_LIBGNUTLS

<tab> please.
 
 llandwerlin> -LIBSOUP_DEPENDENCIES = gettext libintl host-pkg-config host-libglib2 libglib2 libxml2
 llandwerlin> +LIBSOUP_DEPENDENCIES = gettext libintl host-pkg-config host-libglib2 libglib2 libxml2 libgnutls libgcrypt
 

So how do you compile it WITHOUT ssl support?

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list