summaryrefslogtreecommitdiffstats
path: root/rules/libsoup.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2017-07-12 17:04:50 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-07-29 18:18:24 +0200
commite0bec6e4e592098bab59a3c8c4fb24c7e0e223bf (patch)
tree4406327a234b424a5d0065b31077670e2e6f1c54 /rules/libsoup.make
parented7c6192d42f9307ad9c4ac9ba2b6ff3cefeb762 (diff)
downloadptxdist-e0bec6e4e592098bab59a3c8c4fb24c7e0e223bf.tar.gz
ptxdist-e0bec6e4e592098bab59a3c8c4fb24c7e0e223bf.tar.xz
libsoup: version bump 2.48.0 -> 2.58.1
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libsoup.make')
-rw-r--r--rules/libsoup.make12
1 files changed, 9 insertions, 3 deletions
diff --git a/rules/libsoup.make b/rules/libsoup.make
index 78dcdfad2..f56171d99 100644
--- a/rules/libsoup.make
+++ b/rules/libsoup.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBSOUP) += libsoup
#
# Paths and names
#
-LIBSOUP_VERSION := 2.48.0
-LIBSOUP_MD5 := 51ccb76f5262945e1f0316fdc46de567
+LIBSOUP_VERSION := 2.58.1
+LIBSOUP_MD5 := 91d7a6bf8785d31f4b154a7612e53e62
LIBSOUP := libsoup-$(LIBSOUP_VERSION)
LIBSOUP_SUFFIX := tar.xz
LIBSOUP_URL := http://ftp.gnome.org/pub/GNOME/sources/libsoup/$(basename $(LIBSOUP_VERSION))/$(LIBSOUP).$(LIBSOUP_SUFFIX)
@@ -35,6 +35,7 @@ LIBSOUP_LICENSE := LGPL-2.1
LIBSOUP_CONF_TOOL := autoconf
LIBSOUP_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
+ --enable-debug=minimum \
--disable-glibtest \
--disable-installed-tests \
--disable-always-build-tests \
@@ -43,8 +44,13 @@ LIBSOUP_CONF_OPT := \
--disable-gtk-doc-html \
--disable-gtk-doc-pdf \
--disable-introspection \
+ --disable-vala \
--disable-tls-check \
- --without-gnome
+ --disable-code-coverage \
+ --enable-more-warnings \
+ --without-gnome \
+ --without-apache-httpd \
+ --without-gssapi
# ----------------------------------------------------------------------------
# Target-Install