summaryrefslogtreecommitdiff
path: root/mail/lightning/files/patch-nothreads-sqlite
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2006-11-18 05:08:06 +0000
committerMichael Johnson <ahze@FreeBSD.org>2006-11-18 05:08:06 +0000
commit47815bcda5d9ed6dea673394c5c580be2b7e78a9 (patch)
tree717b188e28276c456176464508aa5249fac5ca90 /mail/lightning/files/patch-nothreads-sqlite
parentAdd lightning-xpi (diff)
- Mark CONFLICTS with lightning-xpi
- Enable pthread on sqlite Obtained from: www/firefox Originally submitted by: marcus
Notes
Notes: svn path=/head/; revision=177480
Diffstat (limited to 'mail/lightning/files/patch-nothreads-sqlite')
-rw-r--r--mail/lightning/files/patch-nothreads-sqlite12
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/lightning/files/patch-nothreads-sqlite b/mail/lightning/files/patch-nothreads-sqlite
deleted file mode 100644
index 1b1bbbcbda15..000000000000
--- a/mail/lightning/files/patch-nothreads-sqlite
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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)