diff options
Diffstat (limited to 'databases')
| -rw-r--r-- | databases/sqlite3/Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index f17d3cae2d7b..2281d3dec89e 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -197,6 +197,8 @@ STMT_CPPFLAGS=	-DSQLITE_ENABLE_STMT_SCANSTATUS=1  TCL_USES=	tcl  TCL_USES_OFF=	tcl:build  TCL_CONFIGURE_ENABLE=	tcl +TCL_CONFIGURE_WITH=	tcl=${TCL_LIBDIR} +TCL_CONFIGURE_ENV=	ac_cv_prog_TCLSH_CMD=${TCLSH}  TCL_ALL_TARGET+=	sqlite3_analyzer  THREADS_CONFIGURE_ENABLE=	threadsafe  THREADS_LIBS=	-lpthread  | 
