[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 @@ autoconf config.status: configure - ./configure $(confflags) --prefix=/usr --sysconfdir=/etc + CC=$(host_cc) ./configure $(confflags) --prefix=/usr --sysconfdir=/etc # Serialize to support parallel make pre-patch: patch -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org