Index: third_party/sqlite/patches/0001-test-SQLite-tests-compiling-on-Linux.patch |
diff --git a/third_party/sqlite/patches/0001-test-SQLite-tests-compiling-on-Linux.patch b/third_party/sqlite/patches/0001-test-SQLite-tests-compiling-on-Linux.patch |
index 09e1e559f4a04f6562cac432cf36d99b44d2e8f9..135e611b51f5c6a84ddea61e479c322ff6c16c82 100644 |
--- a/third_party/sqlite/patches/0001-test-SQLite-tests-compiling-on-Linux.patch |
+++ b/third_party/sqlite/patches/0001-test-SQLite-tests-compiling-on-Linux.patch |
@@ -1,4 +1,4 @@ |
-From 35703557681c70acd710c1ee83f1ef54eef06df8 Mon Sep 17 00:00:00 2001 |
+From 4db034497c5e8dc8568855f4c751dd653c2a3379 Mon Sep 17 00:00:00 2001 |
From: Scott Hess <shess@chromium.org> |
Date: Fri, 16 Jan 2015 10:24:30 -0800 |
Subject: [PATCH 01/10] [test] SQLite tests compiling on Linux. |
@@ -9,7 +9,7 @@ Subject: [PATCH 01/10] [test] SQLite tests compiling on Linux. |
2 files changed, 30 insertions(+), 13 deletions(-) |
diff --git a/third_party/sqlite/src/Makefile.linux-gcc b/third_party/sqlite/src/Makefile.linux-gcc |
-index 1491a4b..a1dec21 100644 |
+index 1491a4b02a80..a1dec21affea 100644 |
--- a/third_party/sqlite/src/Makefile.linux-gcc |
+++ b/third_party/sqlite/src/Makefile.linux-gcc |
@@ -14,7 +14,7 @@ |
@@ -103,10 +103,10 @@ index 1491a4b..a1dec21 100644 |
#LIBTCL = /home/drh/tcltk/8.3hpux/libtcl8.3.a -ldld -lm -lc |
diff --git a/third_party/sqlite/src/main.mk b/third_party/sqlite/src/main.mk |
-index e6ca1ac..fcc0270 100644 |
+index 85ed76a143c1..6feb638b9280 100644 |
--- a/third_party/sqlite/src/main.mk |
+++ b/third_party/sqlite/src/main.mk |
-@@ -714,7 +714,7 @@ sqlite3_analyzer.c: sqlite3.c $(TOP)/src/tclsqlite.c $(TOP)/tool/spaceanal.tcl |
+@@ -760,7 +760,7 @@ sqlite3_analyzer.c: sqlite3.c $(TOP)/src/tclsqlite.c $(TOP)/tool/spaceanal.tcl |
echo "; return zMainloop; }" >> $@ |
sqlite3_analyzer$(EXE): sqlite3_analyzer.c |
@@ -116,5 +116,5 @@ index e6ca1ac..fcc0270 100644 |
# Rules to build the 'testfixture' application. |
# |
-- |
-2.7.0 |
+2.11.0 |