Bug 710183 - Upgrade SQLite to version 3.7.9 - Mozilla changes. r=mak

This commit is contained in:
Ryan VanderMeulen 2012-01-14 11:14:43 +01:00
parent 96eac0bb9a
commit d77d16d609
3 changed files with 3 additions and 5 deletions

View File

@ -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.9
LIBNOTIFY_VERSION=0.4
MSMANIFEST_TOOL=

View File

@ -1,6 +1,6 @@
This is sqlite 3.7.7.1
This is sqlite 3.7.9
-- Marco Bonardo <mak77@bonardo.net>, 08/2011
-- Ryan VanderMeulen <ryanvm@gmail.com>, 01/2012
See http://www.sqlite.org/ for more info.

View File

@ -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