From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 14 Apr 2010 09:58:29 +0200 Subject: [Buildroot] [PATCH 33/41] libsoup: bump to 2.28.2 In-Reply-To: <1271199974-30434-34-git-send-email-llandwerlin@gmail.com> (llandwerlin@gmail.com's message of "Wed, 14 Apr 2010 01:06:06 +0200") References: <1271199974-30434-1-git-send-email-llandwerlin@gmail.com> <1271199974-30434-34-git-send-email-llandwerlin@gmail.com> Message-ID: <87r5mih3dm.fsf@macbook.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "llandwerlin" == llandwerlin writes: llandwerlin> From: Lionel Landwerlin 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> --- 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 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