]> Pileus Git - ~andy/gtk/commit
Bypass libtool for linking with libuuid on win32
authorArnel Borja <galeon@ymail.com>
Sun, 1 May 2011 05:13:45 +0000 (08:13 +0300)
committerColin Walters <walters@verbum.org>
Mon, 2 May 2011 14:19:59 +0000 (10:19 -0400)
commitc064808a1afb36bcec22c5a922e79606439b80bb
treeb7f465d13bc425127e7b4f091c17a4e65ed0490a
parenta817b4763daeeab86a42916f65759a578f1e5f55
Bypass libtool for linking with libuuid on win32

Fixes a regression introduced in 07d49ee5.

Libtool by default refuses to link static libraries into shared
libraries. In Windows, libuuid is however a static library and needed
for shared libgtk; as a work around, use "-Wl,-luuid" to pass the option
directly to the linker.

https://bugzilla.gnome.org/show_bug.cgi?id=642214
gtk/Makefile.am