glibc-dl-cache.patch causes segmentation fault when _dl_get_origin fails (which
should be harmless unless there is $ORIGIN in RUNPATH). I found this when
running a dynamically linked executable as ‘init’, before /proc was mounted.
There needs to be an origin != (char *)-1 check.
Just in case, http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52693 addresses this.
libX11 contains support for runtime loading of libXcursor. Without this
support, programs that use Xlib’s mouse cursor routines, such as XTerm, do not
follow the mouse cursor theme as determined by the Xcursor.theme resource and
XCURSOR_THEME environment variable. This is in fact very noticeable