diff options
author | Jan Schmidt <jan@centricular.com> | 2017-04-24 22:31:28 +1000 |
---|---|---|
committer | Jan Schmidt <jan@centricular.com> | 2017-04-24 22:31:28 +1000 |
commit | ba4532ac941d8117823d818d11d100ebda0efa1b (patch) | |
tree | 190853a12b60a6af41ce189fb4179152bccf2a7e /recipes/build-tools/glib-tools.recipe | |
parent | 5cf083525e9f7bc0955db8d4a7e4a04a5b9f0b8c (diff) |
glib: Add a patch for silent error introduced when building without DTrace
Diffstat (limited to 'recipes/build-tools/glib-tools.recipe')
-rw-r--r-- | recipes/build-tools/glib-tools.recipe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/build-tools/glib-tools.recipe b/recipes/build-tools/glib-tools.recipe index d23e885e..ede7b248 100644 --- a/recipes/build-tools/glib-tools.recipe +++ b/recipes/build-tools/glib-tools.recipe @@ -23,7 +23,8 @@ class Recipe(recipe.Recipe): '../glib/0016-gmessages-Fix-compilation-on-Android.patch', '../glib/0017-GSocket-Fix-race-conditions-on-Win32-if-multiple-thr.patch', '../glib/0018-Check-for-RTLD_LAZY-and-others-in-configure.patch', - '../glib/0018-Don-t-use-RTLD_DEFAULT-on-Android-for-g_module_self.patch' + '../glib/0018-Don-t-use-RTLD_DEFAULT-on-Android-for-g_module_self.patch', + '../glib/0019-gmain-Fix-erroneous-if-condition-when-dtrace-is-disa.patch' ] def prepare(self): |