gauche: explicitly handle zlib
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 5 Nov 2015 12:14:26 +0000 (13:14 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 5 Nov 2015 12:14:26 +0000 (13:14 +0100)
commit7e477de7df8366ce3d74afc9cb2a69ad1923c398
tree8998aac18a4c961cb8ea93c461f31397545c4be2
parent289b79b65faebff478533dd613e078b9709fea56
gauche: explicitly handle zlib

host-gauche currently fails to build if host-zlib was built before,
because it finds zlib.h, but due to issues in gauche's build system,
the LDFLAGS passed in the configure script (with -L
$(HOST_DIR)/usr/lib) are not passed all the way down to where -lz is
used, causing a build failure.

Since we don't need zlib support in host-gauche, we simply disable it
explicitly.

While we're at it, we make the optional dependency on zlib explicit
for the target variant of the gauche package.

Fixes:

   http://autobuild.buildroot.org/results/426/4269c465312ddcc801289914fa29427798ef7783/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/gauche/gauche.mk