]> git.ipfire.org Git - thirdparty/sqlite.git/commitdiff
Disable GNU readline in the build of the command-line shell for linux since
authordrh <drh@noemail.net>
Fri, 11 Mar 2005 18:06:40 +0000 (18:06 +0000)
committerdrh <drh@noemail.net>
Fri, 11 Mar 2005 18:06:40 +0000 (18:06 +0000)
some systems (ex: SuSE) do not support it. (CVS 2381)

FossilOrigin-Name: baddb06450e6948334faef4afa7cbfba40a2aa0f

Makefile.linux-gcc
manifest
manifest.uuid

index aa5ced6ab5ddbdcdbae863c908af5206096b48eb..202f4a1ee2523f11464ae615754744aab87a271d 100644 (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.
 #
-#READLINE_FLAGS =
-READLINE_FLAGS = -DHAVE_READLINE=1 -I/usr/include/readline
+READLINE_FLAGS =
+#READLINE_FLAGS = -DHAVE_READLINE=1 -I/usr/include/readline
 
 #### Linker options needed by programs using readline() must link against.
 #
-#LIBREADLINE =
-LIBREADLINE = -static -lreadline -ltermcap
+LIBREADLINE =
+#LIBREADLINE = -static -lreadline -ltermcap
 
 #### Should the database engine assume text is coded as UTF-8 or iso8859?
 #
index 75ec803ec00a4eba0df77726610fced3c3b8a582..8a2153a72cdc6abbf86689d16ec509eb65b04e33 100644 (file)
--- a/manifest
+++ b/manifest
@@ -1,7 +1,7 @@
-C Updates\sto\sthe\shomepage\sprior\sto\s3.1.5.\s(CVS\s2380)
-D 2005-03-11T17:55:32
+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-11T18:06:41
 F Makefile.in 5c00d0037104de2a50ac7647a5f12769795957a3
-F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457
+F Makefile.linux-gcc 06be33b2a9ad4f005a5f42b22c4a19dab3cbb5c7
 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1
 F VERSION 17b3754dfa10ebe4c97c88bc8499651ac1aff88a
 F aclocal.m4 7daea4c35e88de30d5a3f6f7a2ab99720e803bbd
@@ -274,7 +274,7 @@ F www/tclsqlite.tcl e73f8f8e5f20e8277619433f7970060ab01088fc
 F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618
 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0
 F www/whentouse.tcl 3e522a06ad41992023c80ca29a048ae2331ca5bd
-P 3c57a4571fc8463ce9de1cbe5be45538bf2f0de9
-R a1acbc4155cf8d30de8507bcbe0ac663
+P c78611f620587d392b978d4218e3b464ccc74730
+R dc82974a3228fea88ec10f436f957e81
 U drh
-Z aea93fb81324cceb9b41ba1d9ae45439
+Z fa2509f7c4eb31f526855a3305db4ada
index 142f2ff31f14f60ff83f6687029576a862cb21f5..4d8d2a39c54b12ac7f361383e19742c9b2d297e0 100644 (file)
@@ -1 +1 @@
-c78611f620587d392b978d4218e3b464ccc74730
\ No newline at end of file
+baddb06450e6948334faef4afa7cbfba40a2aa0f
\ No newline at end of file