diff options
author | Seungha Yang <seungha@centricular.com> | 2021-07-08 18:37:06 +0900 |
---|---|---|
committer | Seungha Yang <seungha@centricular.com> | 2021-07-08 18:37:06 +0900 |
commit | 79c819cd445e993800f71b1d015a45bc8fe610d7 (patch) | |
tree | 3bf154681898db61c232af0dae99f3b34a2a935f /recipes/glib.recipe | |
parent | d872ccfd1c542eb45e6efdd0090607644bfed7a3 (diff) |
glib: Fix hang on Windows when G_SLICE env is configured
Apply upstream fix https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1698
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/712>
Diffstat (limited to 'recipes/glib.recipe')
-rw-r--r-- | recipes/glib.recipe | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/glib.recipe b/recipes/glib.recipe index 8f86494b..e6f3a2d5 100644 --- a/recipes/glib.recipe +++ b/recipes/glib.recipe @@ -60,6 +60,8 @@ class Recipe(recipe.Recipe): 'glib/0001-Windows-fix-FD_READ-condition-flag-still-set-on-reco.patch', # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1428 'glib/0001-Add-missing-extern-to-the-dllexport-version-of-GLIB_.patch', + # https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1698 + 'glib/0001-gslice-Inline-win32-implementation-of-g_getenv-to-av.patch', ] files_libs = [ |