diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-12-05 12:36:04 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-12-05 12:39:41 +0200 |
commit | 73bc97607e0cce76eb1ebff9670201b8fc40c4e9 (patch) | |
tree | b2eec13a8974fa77146022e00f544d60f3526cb8 /recipes/glib.recipe | |
parent | 976f1e3c944cefbe49e1d7c1ba1e050c52db582b (diff) |
glib: Add GSocket patch for race condition on Windows
https://bugzilla.gnome.org/show_bug.cgi?id=762283
Diffstat (limited to 'recipes/glib.recipe')
-rw-r--r-- | recipes/glib.recipe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe index de76b1ea..91fb075b 100644 --- a/recipes/glib.recipe +++ b/recipes/glib.recipe @@ -37,7 +37,8 @@ class Recipe(recipe.Recipe): "glib/0008-gdbus-codgen-Use-a-proper-shebang-in-the-generator.patch", "glib/0009-Unhide-_g_io_modules_ensure_extension_points_registe.patch", 'glib/0015-Implementation-of-Cocoa-event-loop-integration-in-GM.patch', - 'glib/0016-gmessages-Fix-compilation-on-Android.patch' + 'glib/0016-gmessages-Fix-compilation-on-Android.patch', + 'glib/0017-GSocket-Fix-race-conditions-on-Win32-if-multiple-thr.patch' ] files_libs = [ |