Bug#645278: gpm: Cross-compile fails due to use of native compiler

2011-10-14 Thread Peter Samuelson
[Kyle Moffett] The attached patch supplies the necessary CC override to allow a cross-compile to actually work. Please review and apply. Thanks! Though I think I will [test and] use the slightly simpler patch below. Peter --- debian/rules +++ debian/rules @@ -32,7 +32,7 @@

Bug#645278: gpm: Cross-compile fails due to use of native compiler

2011-10-13 Thread Kyle Moffett
Source: gpm Version: 1.20.4-4 Severity: wishlist Tags: patch The upstream gpm seems to need a very old version of autoconf which does not properly support cross-compiling. As a result, ./configure only tries gcc unless manually overridden with $CC. The attached patch supplies the necessary CC