From 0390ed8673f5a4454ec34e3f911f1f2d152640be Mon Sep 17 00:00:00 2001 From: Pat Thoyts Date: Sun, 11 Jul 2010 19:08:48 +0100 Subject: [PATCH] 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 --- makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.23.0