diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-10-09 00:04:49 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-10-09 00:04:49 +0000 |
commit | 67db2ba0736df472d1b2f346b10d29a18685fe66 (patch) | |
tree | ceccd0ea86cd16c1ea3c516eec67b0549466b5d1 /www/firefox3-devel/files/patch-nothreads-sqlite3 | |
parent | - update to 2.64 (diff) |
- Update to 2.0rc2
Notes
Notes:
svn path=/head/; revision=175015
Diffstat (limited to 'www/firefox3-devel/files/patch-nothreads-sqlite3')
-rw-r--r-- | www/firefox3-devel/files/patch-nothreads-sqlite3 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/firefox3-devel/files/patch-nothreads-sqlite3 b/www/firefox3-devel/files/patch-nothreads-sqlite3 new file mode 100644 index 000000000000..1b1bbbcbda15 --- /dev/null +++ b/www/firefox3-devel/files/patch-nothreads-sqlite3 @@ -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) |