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:
parent
e499d5a804
commit
99ecaee7b9
@ -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 \
|
||||
|
1
towncrier/newsfragments/1320.feature
Normal file
1
towncrier/newsfragments/1320.feature
Normal file
@ -0,0 +1 @@
|
||||
Allow users to use server-sided full-text-search again by adding the dovecot fts-xapian plugin
|
Loading…
Reference in New Issue
Block a user