python: add missing host build dependency on expat/host 2014/head
authorJan Čermák <jan.cermak@nic.cz>
Mon, 23 Nov 2015 20:59:29 +0000 (21:59 +0100)
committerJan Čermák <jan.cermak@nic.cz>
Mon, 23 Nov 2015 20:59:29 +0000 (21:59 +0100)
Since 94f87dc1, host build of Python depends on expat installed in host
staging directory. However, pyexpat extension fails to build if expat
was not built and installed to staging dir before - adding host build
dependency should fix this.

Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
lang/python/Makefile

index 698f4bee6d5736aa22f417db7c4879f26e1f2b3e..73850030a67044d65977c6d750007493c52ddaf0 100644 (file)
@@ -29,7 +29,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/Python-$(PKG_VERSION)
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/Python-$(PKG_VERSION)
 
 PKG_BUILD_DEPENDS:=python/host
-HOST_BUILD_DEPENDS:=bzip2/host
+HOST_BUILD_DEPENDS:=bzip2/host expat/host
 
 include $(INCLUDE_DIR)/host-build.mk
 include $(INCLUDE_DIR)/package.mk