pkg-config/glib-patches/patchlist
Dan Nicholson cf9089f5ec glib: Fix static usage of glib on win32
When glib is built static, the threads and clock code are not
initialized since DllMain is never run. Instead, initialize them from
the glib constructor.

https://bugzilla.gnome.org/show_bug.cgi?id=678387
2012-08-17 11:37:04 -07:00

9 lines
181 B
Text

glib-only.patch
no-installed-files.patch
foreign-automake.patch
no-gregex.patch
no-pkg-config.patch
no-gettext.patch
cross-compiling.patch
static-only.patch
win32-static-init.patch