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 ec00897f12fe30ebf3b2fe31611d270dbe820c45..d55d29d17e9eb5de889149ddfedfbbcc7629321d 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 |
@@ -45,7 +45,7 @@ index 1c9f24f..6d67ba7 100644 |
#### Leave SQLITE_DEBUG undefined for maximum speed. Use SQLITE_DEBUG=1 |
# to check for memory leaks. Use SQLITE_DEBUG=2 to print a log of all |
-@@ -58,7 +58,25 @@ TLIBS = |
+@@ -58,7 +58,24 @@ TLIBS = |
#OPTS = -DSQLITE_DEBUG=1 |
#OPTS = |
OPTS = -DNDEBUG=1 |
@@ -54,7 +54,6 @@ index 1c9f24f..6d67ba7 100644 |
+ |
+# These flags match those for SQLITE_CFLAGS in config.mk. |
+ |
-+OPTS += -DSQLITE_CORE |
+OPTS += -DSQLITE_DEFAULT_FILE_PERMISSIONS=0600 |
+OPTS += -DHAVE_USLEEP=1 |
+ |