From 8874e2787b1210c05d69286dafbdbcec90b7c08c Mon Sep 17 00:00:00 2001 From: ellie timoney Date: Fri, 28 Jun 2019 16:03:27 +1000 Subject: [PATCH] xapian: just use the autotools we've already got thanks --- third_party/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/build.sh b/third_party/build.sh index 765b4eaea3..68c953eb0d 100755 --- a/third_party/build.sh +++ b/third_party/build.sh @@ -106,7 +106,7 @@ if [ ! $ITEM ] || [ $ITEM == xapian ] ; then cd xapian git clean -f -x -d git checkout -B build # needed so sub-checkouts can find their references - ./bootstrap + ./bootstrap --download-tools=never ./configure --enable-silent-rules --prefix=$PREFIX cd xapian-core make $MAKEOPTS