From: Pat Thoyts Date: Sun, 11 Jul 2010 18:08:48 +0000 (+0100) Subject: Forward the current compiler to the zlib configure script. X-Git-Url: http://privyetmir.co.uk/gitweb?a=commitdiff_plain;h=0390ed8673f5a4454ec34e3f911f1f2d152640be;p=kitgen Forward the current compiler to the zlib configure script. This ensures that if CC has been defined to something this is picked up by the zlib configure when we call it (needed for android build). Signed-off-by: Pat Thoyts --- diff --git a/makefile.include b/makefile.include index 19aa8c9..339c54b 100644 --- a/makefile.include +++ b/makefile.include @@ -97,7 +97,7 @@ build/vqtcl: build/tcl build/zlib: build/tcl cp -R ../../8.x/zlib/. $@ - cd $@ && sh configure && \ + cd $@ && CC=$(CC) sh configure && \ $(MAKE) install prefix=.. base: build/tcl build/tk