Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Bug 718455 - Upgrade SQLite to version 3.7.10 - Mozilla changes. r=mak
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Jan 16, 2012
1 parent 98ca235 commit f8b9dd6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ GCONF_VERSION=1.2.1
GIO_VERSION=2.18
STARTUP_NOTIFICATION_VERSION=0.8
DBUS_VERSION=0.60
SQLITE_VERSION=3.7.7.1
SQLITE_VERSION=3.7.10
LIBNOTIFY_VERSION=0.4

MSMANIFEST_TOOL=
Expand Down
9 changes: 4 additions & 5 deletions db/sqlite3/README.MOZILLA
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This is sqlite 3.7.7.1
This is sqlite 3.7.10

-- Marco Bonardo <mak77@bonardo.net>, 08/2011
-- Ryan VanderMeulen <ryanvm@gmail.com>, 01/2012

See http://www.sqlite.org/ for more info.

Expand All @@ -9,9 +9,8 @@ Makefile.in there) that we use to build.

To move to a new version:

Simply copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite.

Also copy test_quota.h and test_quota.c from the full source package.
Copy the sqlite3.h and sqlite3.c files from the amalgamation of sqlite. Also,
copy test_quota.h and test_quota.c from the full source package.

Be sure to update SQLITE_VERSION accordingly in $(topsrcdir)/configure.in as
well as the version number at the top of this file.
Expand Down
2 changes: 0 additions & 2 deletions db/sqlite3/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ endif
ifeq ($(OS_TARGET),Android)
# default to user readable only to fit Android security model
DEFINES += -DSQLITE_DEFAULT_FILE_PERMISSIONS=0600
# Force using fsync, since there is not fdatasync in ndk 5.
DEFINES += -Dfdatasync=fsync
endif

include $(topsrcdir)/config/rules.mk
Expand Down

0 comments on commit f8b9dd6

Please sign in to comment.