From ae3d4616ed9c19a29d656193254657f93d612fa2 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 27 Nov 2013 21:30:43 +0100 Subject: try to fixup mesalib compile, it needs libxml2 python module --- mk/host-bottom.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mk/host-bottom.mk') 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 \ -- cgit v1.2.3