mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backout 6529bd9386cb (bug 710183).
This commit is contained in:
parent
8d135fac49
commit
3bb865f23c
@ -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.9
|
||||
SQLITE_VERSION=3.7.7.1
|
||||
LIBNOTIFY_VERSION=0.4
|
||||
|
||||
MSMANIFEST_TOOL=
|
||||
|
@ -1,6 +1,6 @@
|
||||
This is sqlite 3.7.9
|
||||
This is sqlite 3.7.7.1
|
||||
|
||||
-- Ryan VanderMeulen <ryanvm@gmail.com>, 01/2012
|
||||
-- Marco Bonardo <mak77@bonardo.net>, 08/2011
|
||||
|
||||
See http://www.sqlite.org/ for more info.
|
||||
|
||||
|
@ -143,6 +143,8 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user