Bug#554984: [keynav] Fails to build with GNU binutils gold linker

2009-11-09 Thread Wen-Yen Chuang
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jordan Sissel wrote: Can someone give me some background on what changed to cause this build failure? This bug is only for the new linker called gold. Debian still use the traditional linker ld as the default one, so basically this bug is not a

Bug#554984: [keynav] Fails to build with GNU binutils gold linker

2009-11-08 Thread Jordan Sissel
2009/11/8 Wen-Yen Chuang ca...@calno.com: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, This is Debian bug #554984. [1] I listed the original bug report below. If you want to discuss it on Debian BTS, please mail to: 554...@bugs.debian.org Kind regards  Wen-Yen Chuang (caleb)

Bug#554984: [keynav] Fails to build with GNU binutils gold linker

2009-11-08 Thread Wen-Yen Chuang
Hello, The attached patch fix this issue on Debian. Kind regards Wen-Yen Chuang (caleb) --- keynav-20080614.01.orig/Makefile +++ keynav-20080614.01/Makefile @@ -1,5 +1,5 @@ -CFLAGS=`pkg-config --cflags x11 xtst 2 /dev/null || echo -I/usr/X11R6/include -I/usr/local/include` -LDFLAGS=`pkg-config

Bug#554984: [keynav] Fails to build with GNU binutils gold linker

2009-11-08 Thread Jordan Sissel
On Sun, Nov 8, 2009 at 4:35 PM, Wen-Yen Chuang ca...@calno.com wrote: Hello, The attached patch fix this issue on Debian. Kind regards  Wen-Yen Chuang (caleb) I can't test this as I don't use debian. I can confirm that the patch doesn't appear to break it building for me on ubuntu. I've