diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-12-16 17:00:54 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-12-16 17:01:42 +0200 |
commit | 0ab4cc8f9cfc0f5b4d690448900a19be17bfdaac (patch) | |
tree | ae564a4c6b4efae41281c3f97b08853266a3a0d6 /recipes/libsoup.recipe | |
parent | cc2d5ce69582e4622888a9c523cf74b870250590 (diff) |
libsoup: Disable GSSAPI unconditionally
Diffstat (limited to 'recipes/libsoup.recipe')
-rw-r--r-- | recipes/libsoup.recipe | 2 |
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', |