libsoup: bump version
Closes #349. Attached patch updates libsoup to version 2.26.2. This is relevant for bug 303 as it allows to compile gvfs with much less patching. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
533718a832
commit
e22a39fb44
@ -4,9 +4,10 @@
|
||||
#
|
||||
#############################################################
|
||||
|
||||
LIBSOUP_VERSION:=2.4.1
|
||||
LIBSOUP_SOURCE:=libsoup-$(LIBSOUP_VERSION).tar.gz
|
||||
LIBSOUP_SITE:=http://ftp.gnome.org/pub/gnome/sources/libsoup/2.4
|
||||
LIBSOUP_MAJOR_VERSION:=2.26
|
||||
LIBSOUP_VERSION:=$(LIBSOUP_MAJOR_VERSION).2
|
||||
LIBSOUP_SOURCE:=libsoup-$(LIBSOUP_VERSION).tar.bz2
|
||||
LIBSOUP_SITE:=http://ftp.gnome.org/pub/gnome/sources/libsoup/$(LIBSOUP_MAJOR_VERSION)
|
||||
LIBSOUP_AUTORECONF = NO
|
||||
LIBSOUP_INSTALL_STAGING = YES
|
||||
LIBSOUP_INSTALL_TARGET = YES
|
||||
@ -23,6 +24,7 @@ LIBSOUP_CONF_OPT = \
|
||||
--enable-static \
|
||||
--disable-explicit-deps \
|
||||
--disable-glibtest \
|
||||
--without-gnome \
|
||||
--disable-gtk-doc --without-html-dir
|
||||
|
||||
LIBSOUP_DEPENDENCIES = uclibc gettext libintl host-pkgconfig host-libglib2 libglib2 libxml2
|
||||
|
Loading…
Reference in New Issue
Block a user