Skip to content

Commit

Permalink
Merge branch 'jb45756-fts3' into 'master'
Browse files Browse the repository at this point in the history
[sqlite] Enable also FTS3 extension. JB#45756

See merge request mer-core/sqlite!11
  • Loading branch information
rainemak committed Mar 30, 2020
2 parents 6bf7571 + ac8cb57 commit 6abe96c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions rpm/sqlite.spec
Expand Up @@ -66,11 +66,7 @@ export CFLAGS="$RPM_OPT_FLAGS \
-DSQLITE_DISABLE_DIRSYNC=1 \
-DYYSTACKDEPTH=500 \
-DSQLITE_SECURE_DELETE=1 \
-DSQLITE_ENABLE_FTS4 \
-DSQLITE_ENABLE_FTS5 \
-DSQLITE_ENABLE_FTS3_PARENTHESIS \
-DSQLITE_ENABLE_JSON1 \
-DSQLITE_ENABLE_RTREE \
-DSQLITE_SOUNDEX=1 \
-DNDEBUG \
-D_XOPEN_SOURCE=500 \
Expand All @@ -87,6 +83,11 @@ export LDFLAGS="-lm `icu-config --ldflags-libsonly`"

%configure --disable-tcl \
--disable-static \
--enable-json1 \
--enable-fts3 \
--enable-fts4 \
--enable-fts5 \
--enable-rtree \
--enable-threadsafe \
--enable-readline

Expand Down

0 comments on commit 6abe96c

Please sign in to comment.