Skip to content

Commit

Permalink
Merge pull request cyrusimap#4 from elliefm/no-download-autotools
Browse files Browse the repository at this point in the history
xapian: just use the autotools we've already got thanks
  • Loading branch information
brong committed Jun 30, 2019
2 parents 3730700 + 8874e27 commit 49cb3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/build.sh
Expand Up @@ -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
Expand Down

0 comments on commit 49cb3ca

Please sign in to comment.