glib: add a comment why we revert the g_quark_init() commit from upstream.
This commit is contained in:
parent
886bcaa494
commit
f2c54e03a2
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
Reverting commit https://github.com/GNOME/glib/commit/2fe992b099bfd3fb121a71b7af43e116b2142b5d
|
||||
|
||||
musl's does not run ctors in the assumed order that glib-2.46 expects:
|
||||
|
||||
- glib_init() should be called before gobject_init_ctor().
|
||||
|
||||
|
||||
diff --git glib/glib-init.c glib/glib-init.c
|
||||
index e7002e6..24efe9d 100644
|
||||
--- glib/glib-init.c
|
||||
|
|
Loading…
Reference in a new issue