1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Disable GNU readline in the build of the command-line shell for linux since

some systems (ex: SuSE) do not support it. (CVS 2381)

FossilOrigin-Name: baddb06450e6948334faef4afa7cbfba40a2aa0f
This commit is contained in:
drh
2005-03-11 18:06:40 +00:00
parent 70e15d6cbb
commit 9c2ba47eac
3 changed files with 11 additions and 11 deletions

View File

@@ -94,13 +94,13 @@ LIBTCL = /home/drh/tcltk/8.4linux/libtcl8.4g.a -lm -ldl
#### Compiler options needed for programs that use the readline() library. #### Compiler options needed for programs that use the readline() library.
# #
#READLINE_FLAGS = READLINE_FLAGS =
READLINE_FLAGS = -DHAVE_READLINE=1 -I/usr/include/readline #READLINE_FLAGS = -DHAVE_READLINE=1 -I/usr/include/readline
#### Linker options needed by programs using readline() must link against. #### Linker options needed by programs using readline() must link against.
# #
#LIBREADLINE = LIBREADLINE =
LIBREADLINE = -static -lreadline -ltermcap #LIBREADLINE = -static -lreadline -ltermcap
#### Should the database engine assume text is coded as UTF-8 or iso8859? #### Should the database engine assume text is coded as UTF-8 or iso8859?
# #

View File

@@ -1,7 +1,7 @@
C Updates\sto\sthe\shomepage\sprior\sto\s3.1.5.\s(CVS\s2380) C Disable\sGNU\sreadline\sin\sthe\sbuild\sof\sthe\scommand-line\sshell\sfor\slinux\ssince\nsome\ssystems\s(ex:\sSuSE)\sdo\snot\ssupport\sit.\s(CVS\s2381)
D 2005-03-11T17:55:32 D 2005-03-11T18:06:41
F Makefile.in 5c00d0037104de2a50ac7647a5f12769795957a3 F Makefile.in 5c00d0037104de2a50ac7647a5f12769795957a3
F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
F VERSION 17b3754dfa10ebe4c97c88bc8499651ac1aff88a F VERSION 17b3754dfa10ebe4c97c88bc8499651ac1aff88a
F aclocal.m4 7daea4c35e88de30d5a3f6f7a2ab99720e803bbd F aclocal.m4 7daea4c35e88de30d5a3f6f7a2ab99720e803bbd
@@ -274,7 +274,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc
F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618 F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd
P 3c57a4571fc8463ce9de1cbe5be45538bf2f0de9 P c78611f620587d392b978d4218e3b464ccc74730
R a1acbc4155cf8d30de8507bcbe0ac663 R dc82974a3228fea88ec10f436f957e81
U drh U drh
Z aea93fb81324cceb9b41ba1d9ae45439 Z fa2509f7c4eb31f526855a3305db4ada

View File

@@ -1 +1 @@
c78611f620587d392b978d4218e3b464ccc74730 baddb06450e6948334faef4afa7cbfba40a2aa0f