python: add missing host build dependency on expat/host 2122/head
authorJan Čermák <jan.cermak@nic.cz>
Mon, 23 Nov 2015 20:59:29 +0000 (21:59 +0100)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Sun, 13 Dec 2015 18:21:29 +0000 (20:21 +0200)
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 4ed62277ab56ff99d772ef15ee1a537cf77dd3b3..069be0f96e125faf8f33296d0b16c0c8f7d0ceac 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