Linking failure on midipix with slibtool
Submitted by fox..@..il.com
Link to original bug (#771206)
Description
Compiling glib on midipix ( http://midipix.org ) fails to link gio because of missing symbols in inotify, at least 'g_queue_peek_head', on PE targets, you need the -lglib-2.0 after -linotify
patch to fix the issue is adding
libinotify_la_LIBADD = -L../../glib -lglib-2.0
to the end of gio/inotify/Makefile.am