9fbc7eb
diff -up ./mozilla/security/nss/lib/Makefile.nolocalsql ./mozilla/security/nss/lib/Makefile
9fbc7eb
--- ./mozilla/security/nss/lib/Makefile.nolocalsql	2007-07-19 23:36:49.000000000 +0200
9fbc7eb
+++ ./mozilla/security/nss/lib/Makefile	2009-04-14 17:07:40.000000000 +0200
9fbc7eb
@@ -62,11 +62,11 @@ ifeq ($(OS_TARGET), WINCE)
9fbc7eb
 DIRS := $(filter-out fortcrypt,$(DIRS))
9fbc7eb
 endif
9fbc7eb
 
9fbc7eb
-ifndef MOZILLA_CLIENT
9fbc7eb
-ifndef NSS_USE_SYSTEM_SQLITE
9fbc7eb
-DIRS := sqlite $(DIRS)
9fbc7eb
-endif
9fbc7eb
-endif
9fbc7eb
+#ifndef MOZILLA_CLIENT
9fbc7eb
+#ifndef NSS_USE_SYSTEM_SQLITE
9fbc7eb
+#DIRS := sqlite $(DIRS)
9fbc7eb
+#endif
9fbc7eb
+#endif
9fbc7eb
 
9fbc7eb
 #######################################################################
9fbc7eb
 # (5) Execute "global" rules. (OPTIONAL)                              #
9fbc7eb
diff -up ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn.nolocalsql ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn
9fbc7eb
--- ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn.nolocalsql	2007-07-19 23:36:50.000000000 +0200
9fbc7eb
+++ ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn	2009-04-14 17:07:40.000000000 +0200
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
9fbc7eb
--- ./mozilla/security/nss/lib/softoken/manifest.mn.nolocalsql	2009-03-25 17:21:37.000000000 +0100
9fbc7eb
+++ ./mozilla/security/nss/lib/softoken/manifest.mn	2009-04-14 17:07:40.000000000 +0200
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 \