9fbc7eb
diff -up ./mozilla/security/nss/lib/Makefile.nolocalsql ./mozilla/security/nss/lib/Makefile
f9076c4
--- ./mozilla/security/nss/lib/Makefile.nolocalsql	2010-02-27 16:40:25.891777537 -0800
f9076c4
+++ ./mozilla/security/nss/lib/Makefile	2010-02-27 16:41:59.175902327 -0800
f9076c4
@@ -62,11 +62,11 @@ ifndef USE_SYSTEM_ZLIB
f9076c4
 ZLIB_SRCDIR = zlib  # Add the zlib directory to DIRS.
9fbc7eb
 endif
9fbc7eb
 
9fbc7eb
-ifndef MOZILLA_CLIENT
9fbc7eb
-ifndef NSS_USE_SYSTEM_SQLITE
f9076c4
-SQLITE_SRCDIR = sqlite  # Add the sqlite directory to DIRS.
9fbc7eb
-endif
9fbc7eb
-endif
9fbc7eb
+#ifndef MOZILLA_CLIENT
9fbc7eb
+#ifndef NSS_USE_SYSTEM_SQLITE
f9076c4
+#SQLITE_SRCDIR = sqlite  # Add the sqlite directory to DIRS.
9fbc7eb
+#endif
9fbc7eb
+#endif
9fbc7eb
 
f9076c4
 ifndef MOZILLA_CLIENT
f9076c4
 ifeq ($(OS_ARCH),Linux)
9fbc7eb
diff -up ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn.nolocalsql ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn
f9076c4
--- ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn.nolocalsql	2010-02-27 16:44:24.998777709 -0800
f9076c4
+++ ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn	2010-02-27 16:45:08.533803472 -0800
9fbc7eb
@@ -46,9 +46,9 @@ MAPFILE = $(OBJDIR)/nssdbm.def
9fbc7eb
 
9fbc7eb
 DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" -DSOFTOKEN_LIB_NAME=\"$(notdir $(SHARED_LIBRARY))\"
9fbc7eb
 
9fbc7eb
-ifdef MOZILLA_CLIENT
9fbc7eb
-INCLUDES += -I$(DIST)/include/sqlite3
9fbc7eb
-endif
9fbc7eb
+#ifdef MOZILLA_CLIENT
9fbc7eb
+#INCLUDES += -I$(DIST)/include/sqlite3
9fbc7eb
+#endif
9fbc7eb
 
9fbc7eb
 CSRCS = \
9fbc7eb
 	dbmshim.c \
9fbc7eb
diff -up ./mozilla/security/nss/lib/softoken/manifest.mn.nolocalsql ./mozilla/security/nss/lib/softoken/manifest.mn
f9076c4
--- ./mozilla/security/nss/lib/softoken/manifest.mn.nolocalsql	2010-02-27 16:42:52.213902231 -0800
f9076c4
+++ ./mozilla/security/nss/lib/softoken/manifest.mn	2010-02-27 16:43:34.040776788 -0800
9fbc7eb
@@ -47,9 +47,9 @@ MAPFILE = $(OBJDIR)/softokn.def
9fbc7eb
 
9fbc7eb
 DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" -DSOFTOKEN_LIB_NAME=\"$(notdir $(SHARED_LIBRARY))\" -DSHLIB_VERSION=\"$(LIBRARY_VERSION)\"
9fbc7eb
 
9fbc7eb
-ifdef MOZILLA_CLIENT
9fbc7eb
-INCLUDES += -I$(DIST)/include/sqlite3
9fbc7eb
-endif
9fbc7eb
+#ifdef MOZILLA_CLIENT
9fbc7eb
+#INCLUDES += -I$(DIST)/include/sqlite3
9fbc7eb
+#endif
9fbc7eb
 
9fbc7eb
 EXPORTS = \
9fbc7eb
 	secmodt.h \