diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-11-01 13:20:11 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-11-01 13:20:11 +0000 |
commit | fbfa560ad9bbde32c16c9c676b5a2159d12ec13b (patch) | |
tree | a47a979af2885ddb2e130afef3182d1e97b28242 /www/firefox36/files/patch-nothreads-sqlite | |
parent | ru-apache and ru-apacvhe+mod_ssl were fixed. (diff) |
- Update to 2.0
Release notes: http://www.mozilla.com/en-US/firefox/2.0/releasenotes/
Special thanks to marcus and many others for helping test and fixing
bugs!
Diffstat (limited to 'www/firefox36/files/patch-nothreads-sqlite')
-rw-r--r-- | www/firefox36/files/patch-nothreads-sqlite | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/firefox36/files/patch-nothreads-sqlite b/www/firefox36/files/patch-nothreads-sqlite new file mode 100644 index 000000000000..1b1bbbcbda15 --- /dev/null +++ b/www/firefox36/files/patch-nothreads-sqlite @@ -0,0 +1,12 @@ +--- db/sqlite3/src/Makefile.in.orig Mon Sep 25 18:38:04 2006 ++++ db/sqlite3/src/Makefile.in Mon Sep 25 18:38:14 2006 +@@ -99,7 +99,8 @@ + # REFEF_IO allows us to override IO functions, which is used in the AsyncIO + # -DSQLITE_SECURE_DELETE=1 will cause SQLITE to 0-fill delete data so we + # don't have to vacuum to make sure the data is not visible in the file. +-DEFINES = -DSQLITE_ENABLE_REDEF_IO -DSQLITE_SECURE_DELETE=1 -DTHREADSAFE=1 ++DEFINES = -DSQLITE_ENABLE_REDEF_IO -DSQLITE_SECURE_DELETE=1 ++# -DTHREADSAFE=1 + + ifdef ENABLE_TESTS + ##LIBS = $(DIST)/lib/$(LIB_PREFIX)sqlite3_s.$(LIB_SUFFIX) |