Commit 649915fb authored by Yegor Yefremov's avatar Yegor Yefremov Committed by Peter Korsgaard
Browse files

Python: enable zlib support for the host package



zlib is needed for the host-setuptools package

Signed-off-by: default avatarYegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent d67a67ef
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ HOST_PYTHON_CONF_OPT += \
	--disable-bsddb		\
	--disable-test-modules	\
	--disable-bz2		\
	--disable-zlib		\
	--disable-ssl

HOST_PYTHON_MAKE_ENV = \
@@ -52,7 +51,7 @@ endef

PYTHON_DEPENDENCIES  = host-python libffi

HOST_PYTHON_DEPENDENCIES = host-expat
HOST_PYTHON_DEPENDENCIES = host-expat host-zlib

PYTHON_INSTALL_STAGING = YES