From: drh Date: Fri, 10 Dec 2004 02:08:41 +0000 (+0000) Subject: Add a -DUSE_TCL_STUBS to the standard Makefile. This might help with X-Git-Tag: version-3.6.10~3992 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8671e6d7840edb731e0a2e37ef1ba5c47ce36116;p=thirdparty%2Fsqlite.git Add a -DUSE_TCL_STUBS to the standard Makefile. This might help with ticket #1034. Or maybe not. (CVS 2160) FossilOrigin-Name: 4c30c373ef674505d275e4a1e8868c9f72a3a1ef --- diff --git a/Makefile.in b/Makefile.in index a533a2c4d8..179d4a93f4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -30,7 +30,7 @@ TCC = @TARGET_CC@ @TARGET_CFLAGS@ -I. -I${TOP}/src -DNDEBUG # Compiler options needed for programs that use the TCL library. # -TCC += @TCL_INCLUDE_SPEC@ +TCC += @TCL_INCLUDE_SPEC@ -DUSE_TCL_STUBS # The library that programs using TCL must link against. # diff --git a/manifest b/manifest index edfc81a384..a0c7f49496 100644 --- a/manifest +++ b/manifest @@ -1,6 +1,6 @@ -C Enhance\ssqlite3_bind_parameter_index\sso\sthat\sis\sdoes\snot\ssegfault\sif\nyou\scall\sit\sincorrectly\sby\spassing\sNULL\sin\splace\sof\sthe\sparameter\sname.\nTicket\s#1032.\s(CVS\s2159) -D 2004-12-09T18:29:14 -F Makefile.in da09f379b80c8cd78d78abaa0f32ca90a124e884 +C Add\sa\s-DUSE_TCL_STUBS\sto\sthe\sstandard\sMakefile.\s\sThis\smight\shelp\swith\nticket\s#1034.\s\sOr\smaybe\snot.\s(CVS\s2160) +D 2004-12-10T02:08:41 +F Makefile.in 4bf4cfb523915f40441ae607c7e7cdc4f808e833 F Makefile.linux-gcc a9e5a0d309fa7c38e7c14d3ecf7690879d3a5457 F README a01693e454a00cc117967e3f9fdab2d4d52e9bc1 F VERSION 342b6d5fde93b6d45023e2fee0163dda6464b9d6 @@ -263,7 +263,7 @@ F www/tclsqlite.tcl 560ecd6a916b320e59f2917317398f3d59b7cc25 F www/vdbe.tcl 095f106d93875c94b47367384ebc870517431618 F www/version3.tcl 092a01f5ef430d2c4acc0ae558d74c4bb89638a0 F www/whentouse.tcl fdacb0ba2d39831e8a6240d05a490026ad4c4e4c -P 4852186aca3be6ea40069b6831079197e5fa757a -R 5fd97097019f1cf381f7aeb138d90537 +P bf81aabff1303b66f12d28b730d19b7cbdb2de6a +R 3519c47761b952307951e0f6a46860bc U drh -Z 833ca72c036e88e0bff95a97e8783ab0 +Z 7f2a18e37605632c50e72da0eeabcab0 diff --git a/manifest.uuid b/manifest.uuid index a0739aa5c7..630417cb38 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -bf81aabff1303b66f12d28b730d19b7cbdb2de6a \ No newline at end of file +4c30c373ef674505d275e4a1e8868c9f72a3a1ef \ No newline at end of file