summaryrefslogtreecommitdiff
path: root/recipes/glib-networking.recipe
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-03-09 10:27:33 +0100
committerAndoni Morales Alastruey <ylatuya@gmail.com>2012-03-20 17:19:13 +0100
commit0a9afc446d1622c1f6102adeef4e38317490458c (patch)
treee2860adf232d7b8cb60e0ced35a84c0bf8278ea5 /recipes/glib-networking.recipe
parent035b0d5f0869917774090ea4d76294a6589b9d9d (diff)
glib-networking: disable ca certificates
Diffstat (limited to 'recipes/glib-networking.recipe')
-rw-r--r--recipes/glib-networking.recipe1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/glib-networking.recipe b/recipes/glib-networking.recipe
index 7ce50904..6aba7f30 100644
--- a/recipes/glib-networking.recipe
+++ b/recipes/glib-networking.recipe
@@ -4,4 +4,5 @@ from cerbero import recipe
class Recipe(recipe.Recipe):
name = 'glib-networking'
version = '2.30.2'
+ configure_options = "--without-ca-certificates"
deps = ['glib', 'gnutls']