summaryrefslogtreecommitdiff
path: root/user/glib/broken-gio-tests.patch
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2022-06-12 06:10:41 +0000
committerZach van Rijn <me@zv.io>2022-10-21 18:34:01 -0500
commit04e62b2391dc7f829349c87e1cc71597731e3c88 (patch)
treefd73d853cfe4c991e6c38ae121151c657bb7d8a3 /user/glib/broken-gio-tests.patch
parent2d4c1b182df2007cfebc6b7579c9e2598bb7d7db (diff)
downloadpackages-04e62b2391dc7f829349c87e1cc71597731e3c88.tar.gz
packages-04e62b2391dc7f829349c87e1cc71597731e3c88.tar.bz2
packages-04e62b2391dc7f829349c87e1cc71597731e3c88.tar.xz
packages-04e62b2391dc7f829349c87e1cc71597731e3c88.zip
user/glib: bump { 2.71.0 --> 2.72.0 }.
Diffstat (limited to 'user/glib/broken-gio-tests.patch')
-rw-r--r--user/glib/broken-gio-tests.patch12
1 files changed, 7 insertions, 5 deletions
diff --git a/user/glib/broken-gio-tests.patch b/user/glib/broken-gio-tests.patch
index e79925751..75354ad8b 100644
--- a/user/glib/broken-gio-tests.patch
+++ b/user/glib/broken-gio-tests.patch
@@ -37,12 +37,14 @@ Requires update-desktop-database
+#if 0 // dlclose is noop on musl
g_type_module_unuse (G_TYPE_MODULE (module));
- found = g_resources_get_info ("/resourceplugin/test1.txt",
-@@ -434,6 +435,7 @@
- g_assert (!found);
+ found = g_resources_get_info ("/resourceplugin/test1.txt",
+--- a/gio/tests/resources.c
++++ b/gio/tests/resources.c
+@@ -763,6 +763,7 @@
+ g_assert_false (found);
g_assert_error (error, G_RESOURCE_ERROR, G_RESOURCE_ERROR_NOT_FOUND);
g_clear_error (&error);
+#endif
- }
- }
+ g_clear_object (&module);
+ }