Skip to content

Commit

Permalink
xapian: just use the autotools we've already got thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
elliefm committed Jun 28, 2019
1 parent 3730700 commit 8874e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/build.sh
Original file line number Diff line number Diff line change
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 8874e27

Please sign in to comment.