On 11/05/2017 01:24 AM, Christoph Feikes wrote:
./configure --prefix=/usr --disable-static    \
            --enable-fts3 --enable-fts4       \
            --enable-fts5 CFLAGS="-g -O2      \
            -DSQLITE_ENABLE_COLUMN_METADATA=1 \
            ...
gives me
configure: WARNING: unrecognized options: --enable-fts3, --enable-fts4

./configure --prefix=/usr --disable-static    \
            --enable-fts5 CFLAGS="-g -O2      \
            -DSQLITE_ENABLE_FTS4=1            \
            -DSQLITE_ENABLE_COLUMN_METADATA=1 \
            ...
enables FTS4 and then sqlite sets ENABLE_FTS3, too. This might
accomplish what's intended.

Regards,
Christoph


This is correct. Fix is pending, thanks for the report.

--DJ

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to