Skip to content

Commit

Permalink
Have the TEA package build without SQLITE_OMIT_DEPRECATED. As it uses…
Browse files Browse the repository at this point in the history
… recently deprecated interfaces sqlite3_profile() and sqlite3_trace().
  • Loading branch information
danielk-1977 committed Aug 5, 2016
1 parent 564299f commit 275ead4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autoconf/tea/configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ TEA_ADD_LIBS([])
TEA_ADD_CFLAGS([-DSQLITE_ENABLE_FTS3=1])
TEA_ADD_CFLAGS([-DSQLITE_3_SUFFIX_ONLY=1])
TEA_ADD_CFLAGS([-DSQLITE_ENABLE_RTREE=1])
TEA_ADD_CFLAGS([-DSQLITE_OMIT_DEPRECATED=1])
TEA_ADD_STUB_SOURCES([])
TEA_ADD_TCL_SOURCES([])

Expand Down

0 comments on commit 275ead4

Please sign in to comment.