summaryrefslogtreecommitdiff
path: root/mk/host-bottom.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-27 21:30:43 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2013-11-27 21:30:43 +0100
commitae3d4616ed9c19a29d656193254657f93d612fa2 (patch)
tree139e4b901bfef70776833359d8dc747a8a9fd292 /mk/host-bottom.mk
parent0f77fa26b817ae7a022fd3f1682b1c5a31905682 (diff)
try to fixup mesalib compile, it needs libxml2 python module
Diffstat (limited to 'mk/host-bottom.mk')
-rw-r--r--mk/host-bottom.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/mk/host-bottom.mk b/mk/host-bottom.mk
index 59b7cf6d8..b672df7f0 100644
--- a/mk/host-bottom.mk
+++ b/mk/host-bottom.mk
@@ -7,6 +7,11 @@ host-configure:
${_HOST_CONFIGURE_COOKIE}: ${_HOST_PATCH_COOKIE}
@mkdir -p ${WRKBUILD}
@$(CMD_TRACE) "host configuring... "
+ifneq (,$(filter autoreconf,${AUTOTOOL_STYLE}))
+ cd ${WRKSRC}; env ${AUTOTOOL_ENV} autoreconf -if $(MAKE_TRACE)
+ @rm -rf ${WRKSRC}/autom4te.cache
+ @touch ${WRKDIR}/.autoreconf_done
+endif
@cd ${WRKBUILD}; \
for i in $$(find . -name config.sub);do \
if [ -f $$i ]; then \