GNOME Bugzilla – Bug 620174
[patch] fix cross compilation in glib-2.25.7
Last modified: 2010-06-17 18:28:52 UTC
Created attachment 162396 [details] [review] patch to fix the issue When we try to cross compile, the build system compiles glib-compile-schemas for the "host" system, but tries to run it later on the "build" machine. We make it possible to overwrite the call to the binary during configure, similar to what GLIB_GENMARSHAL does.
*** This bug has been marked as a duplicate of bug 621172 ***