1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Use a released git-tag for fts-xapian

This commit is contained in:
Dario Ernst 2020-01-23 22:35:30 +01:00
parent e499d5a804
commit 99ecaee7b9
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ WORKDIR /tmp
RUN apk add git build-base automake autoconf libtool dovecot-dev xapian-core-dev icu-dev
RUN git clone https://github.com/grosjo/fts-xapian.git \
&& cd fts-xapian \
# && git checkout 1.2.7 \ # TODO: when upstream releases 1.2.7, use that
&& git checkout 1.2.7 \
&& autoreconf -vi \
&& PANDOC=false ./configure --with-dovecot=/usr/lib/dovecot \
&& make \

View File

@ -0,0 +1 @@
Allow users to use server-sided full-text-search again by adding the dovecot fts-xapian plugin