GNOME Bugzilla – Bug 600998
Fails to build with binutils-gold
Last modified: 2009-12-04 14:06:57 UTC
Created attachment 147124 [details] [review] Link against libX11 for Xkb* functions binutils-gold is an alternative linker, which is supposedly faster and also more strict. g-d-u fails to build with binutils-gold [1], as it use functions from libX11 without linking against it explicitely. Patch 0001 fixes that. Patch 0002 and 0003 are some general build system cleanup patches which you might want to consider. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=554650
Created attachment 147125 [details] [review] Remove unused libs and cflags
Created attachment 147126 [details] [review] configure.ac cleanup
Created attachment 149059 [details] [review] Link against libX11 for Xkb* functions
Created attachment 149060 [details] [review] configure.ac cleanup
Committed both patches with one change 1. Please prepend patch subject with "Bug <number> — "