diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-09 10:27:33 +0100 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-03-20 17:19:13 +0100 |
commit | 0a9afc446d1622c1f6102adeef4e38317490458c (patch) | |
tree | e2860adf232d7b8cb60e0ced35a84c0bf8278ea5 /recipes/glib-networking.recipe | |
parent | 035b0d5f0869917774090ea4d76294a6589b9d9d (diff) |
glib-networking: disable ca certificates
Diffstat (limited to 'recipes/glib-networking.recipe')
-rw-r--r-- | recipes/glib-networking.recipe | 1 |
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'] |