summaryrefslogtreecommitdiff
path: root/recipes/libsoup.recipe
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2016-12-16 17:00:54 +0200
committerSebastian Dröge <sebastian@centricular.com>2016-12-16 17:01:42 +0200
commit0ab4cc8f9cfc0f5b4d690448900a19be17bfdaac (patch)
treeae564a4c6b4efae41281c3f97b08853266a3a0d6 /recipes/libsoup.recipe
parentcc2d5ce69582e4622888a9c523cf74b870250590 (diff)
libsoup: Disable GSSAPI unconditionally
Diffstat (limited to 'recipes/libsoup.recipe')
-rw-r--r--recipes/libsoup.recipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libsoup.recipe b/recipes/libsoup.recipe
index 3aac6fc5..b53e6d42 100644
--- a/recipes/libsoup.recipe
+++ b/recipes/libsoup.recipe
@@ -9,7 +9,7 @@ class Recipe(recipe.Recipe):
url = 'http://ftp.gnome.org/pub/gnome/sources/libsoup/2.56/libsoup-2.56.0.tar.xz'
autoreconf = True
autoreconf_sh = 'gtkdocize && intltoolize --automake --copy && autoreconf --force --install --verbose'
- configure_options = '--without-gnome --disable-more-warnings --disable-vala'
+ configure_options = '--without-gnome --disable-more-warnings --disable-vala --with-gssapi=no'
deps = ['libxml2', 'glib', 'glib-networking']
patches = ['libsoup/0001-Rip-out-sqlite-based-cookie-storage.patch',
'libsoup/0002-Don-t-build-tests.patch',