summaryrefslogtreecommitdiff
path: root/ext/pdo_sqlite/sqlite/Makefile.linux-gcc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_sqlite/sqlite/Makefile.linux-gcc')
-rw-r--r--ext/pdo_sqlite/sqlite/Makefile.linux-gcc10
1 files changed, 4 insertions, 6 deletions
diff --git a/ext/pdo_sqlite/sqlite/Makefile.linux-gcc b/ext/pdo_sqlite/sqlite/Makefile.linux-gcc
index c865024b44..2bb618489a 100644
--- a/ext/pdo_sqlite/sqlite/Makefile.linux-gcc
+++ b/ext/pdo_sqlite/sqlite/Makefile.linux-gcc
@@ -104,6 +104,10 @@ LIBTCL = /home/drh/tcltk/8.4linux/libtcl8.4g.a -lm -ldl
#LIBTCL = /home/drh/tcltk/8.4win/libtcl84s.a -lmsvcrt
#LIBTCL = /home/drh/tcltk/8.3hpux/libtcl8.3.a -ldld -lm -lc
+#### Additional objects for SQLite library when TCL support is enabled.
+#TCLOBJ =
+TCLOBJ = tclsqlite.o
+
#### Compiler options needed for programs that use the readline() library.
#
READLINE_FLAGS =
@@ -114,12 +118,6 @@ READLINE_FLAGS =
LIBREADLINE =
#LIBREADLINE = -static -lreadline -ltermcap
-#### Should the database engine assume text is coded as UTF-8 or iso8859?
-#
-# ENCODING = UTF8
-ENCODING = ISO8859
-
-
#### Which "awk" program provides nawk compatibilty
#
# NAWK = nawk