| Index: third_party/sqlite/test.patch
|
| diff --git a/third_party/sqlite/test.patch b/third_party/sqlite/test.patch
|
| index 70d857e503613e74e2babdd22dfdda5fa8961c6f..e9adb931df389ffb8cff63c850f27f7be6d46178 100644
|
| --- a/third_party/sqlite/test.patch
|
| +++ b/third_party/sqlite/test.patch
|
| @@ -58,25 +58,25 @@ Index: Makefile.linux-gcc
|
|
|
| #### The suffix to add to executable files. ".exe" for windows.
|
| # Nothing for unix.
|
| -@@ -91,16 +112,16 @@
|
| +@@ -91,16 +111,16 @@
|
|
|
| #### Extra compiler options needed for programs that use the TCL library.
|
| #
|
| -#TCL_FLAGS =
|
| -+TCL_FLAGS = -I/usr/include/tcl8.4
|
| ++TCL_FLAGS = -I/usr/include/tcl8.5
|
| #TCL_FLAGS = -DSTATIC_BUILD=1
|
| --TCL_FLAGS = -I/home/drh/tcltk/8.4linux
|
| -+#TCL_FLAGS = -I/home/drh/tcltk/8.4linux
|
| - #TCL_FLAGS = -I/home/drh/tcltk/8.4win -DSTATIC_BUILD=1
|
| +-TCL_FLAGS = -I/home/drh/tcltk/8.5linux
|
| ++#TCL_FLAGS = -I/home/drh/tcltk/8.5linux
|
| + #TCL_FLAGS = -I/home/drh/tcltk/8.5win -DSTATIC_BUILD=1
|
| #TCL_FLAGS = -I/home/drh/tcltk/8.3hpux
|
|
|
| #### Linker options needed to link against the TCL library.
|
| #
|
| -#LIBTCL = -ltcl -lm -ldl
|
| --LIBTCL = /home/drh/tcltk/8.4linux/libtcl8.4g.a -lm -ldl
|
| -+LIBTCL = -ltcl8.4 -lm -ldl
|
| -+#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.5linux/libtcl8.5g.a -lm -ldl
|
| ++LIBTCL = -ltcl8.5 -lm -ldl
|
| ++#LIBTCL = /home/drh/tcltk/8.5linux/libtcl8.5g.a -lm -ldl
|
| + #LIBTCL = /home/drh/tcltk/8.5win/libtcl85s.a -lmsvcrt
|
| #LIBTCL = /home/drh/tcltk/8.3hpux/libtcl8.3.a -ldld -lm -lc
|
|
|
| Index: main.mk
|
| @@ -135,15 +135,15 @@ Index: main.mk
|
| sqlite3_analyzer$(EXE): $(TOP)/src/tclsqlite.c sqlite3.c $(TESTSRC) \
|
| $(TOP)/tool/spaceanal.tcl
|
| sed \
|
| -Index: src/quick.test
|
| -===================================================================
|
| ---- test/quick.test 2009-09-04 13:37:44.000000000 -0700
|
| -+++ test/quick.test 2009-09-15 11:34:54.000000000 -0700
|
| -@@ -58,6 +58,7 @@
|
| - crash7.test
|
| - delete3.test
|
| - fts3.test
|
| +diff --git a/third_party/sqlite/src/test/permutations.test b/third_party/sqlite/
|
| +index 9c48d9a..283cebf 100644
|
| +--- test/permutations.test
|
| ++++ test/permutations.test
|
| +@@ -96,6 +96,7 @@ if {$::tcl_platform(platform)!="unix"} {
|
| + set alltests [test_set $alltests -exclude {
|
| + all.test async.test quick.test veryquick.test
|
| + memleak.test permutations.test soak.test fts3.test
|
| + fts2.test
|
| - fuzz.test
|
| - fuzz3.test
|
| - fuzz_malloc.test
|
| + mallocAll.test rtree.test
|
| + }]
|
| +
|
|
|