diff options
Diffstat (limited to 'recipes/glib-networking-static.recipe')
-rw-r--r-- | recipes/glib-networking-static.recipe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/glib-networking-static.recipe b/recipes/glib-networking-static.recipe index e2629206..53e80639 100644 --- a/recipes/glib-networking-static.recipe +++ b/recipes/glib-networking-static.recipe @@ -15,7 +15,8 @@ class Recipe(recipe.Recipe): configure_options = "--without-ca-certificates --enable-static-modules --enable-static --enable-more-warnings" deps = ['glib', 'gnutls', 'glib-networking'] patches = ['glib-networking/0001-Add-support-for-static-modules.patch', - 'glib-networking/0002-Get-the-CA-certificate-path-from-the-environment-var.patch'] + 'glib-networking/0002-Get-the-CA-certificate-path-from-the-environment-var.patch', + 'glib-networking/0003-tlsconnection-fix-memleak.patch'] files_devel = ['lib/gio/modules/static/libgiognutls.a', 'lib/gio/modules/static/libgiognutls.la'] |