forked from Lainports/freebsd-ports
- Add option SQLITE_ENABLE_DBSTAT_VTAB - Create patches for port with 'makepatch' Changes: https://sqlite.org/releaselog/3_8_10_1.html ACC report: http://upstream-tracker.org/compat_reports/sqlite/3080900_to_3081001/abi_compat_report.html PR: 200150 PR: 200151 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer)
9 lines
308 B
Text
9 lines
308 B
Text
--- Makefile.am.orig 2015-05-09 12:23:20 UTC
|
|
+++ Makefile.am
|
|
@@ -1,5 +1,5 @@
|
|
|
|
-AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@ -DSQLITE_ENABLE_FTS3 -DSQLITE_ENABLE_RTREE
|
|
+AM_CFLAGS = @THREADSAFE_FLAGS@ @DYNAMIC_EXTENSION_FLAGS@
|
|
|
|
lib_LTLIBRARIES = libsqlite3.la
|
|
libsqlite3_la_SOURCES = sqlite3.c
|