Source: xcftools
Version: 1.0.7-6
Tags: patch upstream
User: [email protected]
Usertags: rebootstrap

xcftools fail to cross build from source, because the correctly detected
cross compiler is not propagated from ./configure to make. The attached
patch fixes that nad makes xcftools cross build successfully. Please
consider applying it.

Helmut
--- xcftools-1.0.7.orig/Makefile.in
+++ xcftools-1.0.7/Makefile.in
@@ -30,6 +30,7 @@
 APPNAME			= @PACKAGE_TARNAME@
 program_transform_name	= @program_transform_name@
 
+CC			= @CC@
 CFLAGS			= @CFLAGS@
 LDFLAGS			= @LDFLAGS@ @LIBICONV@
 LIBS			= @LIBS@

Reply via email to