./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
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page