glib: add a comment why we revert the g_quark_init() commit from upstream.

This commit is contained in:
Juan RP 2015-09-30 11:44:14 +02:00
parent 886bcaa494
commit f2c54e03a2

View file

@ -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