Source: ccze
Version: 0.2.1-4
Severity: minor
Tags: upstream
User: helmutg
Usertags: rebootstrap

ccze fails to cross build from source, because ./configure pollutes the
CC variable right before checking for a compiler. The attached patch
fixes that part, but doesn't make ccze cross buildable, because it still
tries to run a host tool in the end. Can you apply the patch anyway to
make the real failure more visible?

Helmut
From: Helmut Grohne <hel...@subdivi.de>
Subject: avoid spoiling AC_PROG_CC with the build architecture compiler

Index: ccze-0.2.1/configure.ac
===================================================================
--- ccze-0.2.1.orig/configure.ac
+++ ccze-0.2.1/configure.ac
@@ -36,7 +36,6 @@
 dnl **********************
 dnl * Programs
 dnl **********************
-AC_CHECK_TOOL(CC, cc)
 AC_PROG_CC
 
 WFLAGS=""

Reply via email to