Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: third_party/sqlite/patches/0001-test-SQLite-tests-compiling-on-Linux.patch

Issue 901033002: Import SQLite 3.8.7.4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Chromium changes to support SQLite 3.8.7.4. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 From 6125c2ecdd580204a0dddd543f1609818e06a73b Mon Sep 17 00:00:00 2001 1 From 3418fd3e3a60fe9f8b6c52f2aad93dcdf3b7af93 Mon Sep 17 00:00:00 2001
2 From: Scott Hess <shess@chromium.org> 2 From: Scott Hess <shess@chromium.org>
3 Date: Fri, 16 Jan 2015 10:24:30 -0800 3 Date: Fri, 16 Jan 2015 10:24:30 -0800
4 Subject: [PATCH 01/23] [test] SQLite tests compiling on Linux. 4 Subject: [PATCH 01/16] [test] SQLite tests compiling on Linux.
5 5
6 --- 6 ---
7 third_party/sqlite/src/Makefile.linux-gcc | 42 ++++++++++++++++++++++--------- 7 third_party/sqlite/src/Makefile.linux-gcc | 42 ++++++++++++++++++++++---------
8 1 file changed, 30 insertions(+), 12 deletions(-) 8 1 file changed, 30 insertions(+), 12 deletions(-)
9 9
10 diff --git a/third_party/sqlite/src/Makefile.linux-gcc b/third_party/sqlite/src/ Makefile.linux-gcc 10 diff --git a/third_party/sqlite/src/Makefile.linux-gcc b/third_party/sqlite/src/ Makefile.linux-gcc
11 index 1c9f24f..6d67ba7 100644 11 index 1c9f24f..6d67ba7 100644
12 --- a/third_party/sqlite/src/Makefile.linux-gcc 12 --- a/third_party/sqlite/src/Makefile.linux-gcc
13 +++ b/third_party/sqlite/src/Makefile.linux-gcc 13 +++ b/third_party/sqlite/src/Makefile.linux-gcc
14 @@ -14,7 +14,7 @@ 14 @@ -14,7 +14,7 @@
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 -#LIBTCL = -ltcl -lm -ldl 98 -#LIBTCL = -ltcl -lm -ldl
99 -LIBTCL = /home/drh/tcltk/8.5linux/libtcl8.5g.a -lm -ldl 99 -LIBTCL = /home/drh/tcltk/8.5linux/libtcl8.5g.a -lm -ldl
100 +LIBTCL = -ltcl8.5 -lm -ldl 100 +LIBTCL = -ltcl8.5 -lm -ldl
101 +#LIBTCL = /home/drh/tcltk/8.5linux/libtcl8.5g.a -lm -ldl 101 +#LIBTCL = /home/drh/tcltk/8.5linux/libtcl8.5g.a -lm -ldl
102 #LIBTCL = /home/drh/tcltk/8.5win/libtcl85s.a -lmsvcrt 102 #LIBTCL = /home/drh/tcltk/8.5win/libtcl85s.a -lmsvcrt
103 #LIBTCL = /home/drh/tcltk/8.3hpux/libtcl8.3.a -ldld -lm -lc 103 #LIBTCL = /home/drh/tcltk/8.3hpux/libtcl8.3.a -ldld -lm -lc
104 104
105 -- 105 --
106 2.2.1 106 2.2.1
107 107
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698