2009-06-05 02:44:36 +00:00
|
|
|
diff -up ./mozilla/security/nss/lib/Makefile.nolocalsql ./mozilla/security/nss/lib/Makefile
|
|
|
|
--- ./mozilla/security/nss/lib/Makefile.nolocalsql 2007-07-19 23:36:49.000000000 +0200
|
|
|
|
+++ ./mozilla/security/nss/lib/Makefile 2009-04-14 17:07:40.000000000 +0200
|
2007-11-07 00:53:47 +00:00
|
|
|
@@ -62,11 +62,11 @@ ifeq ($(OS_TARGET), WINCE)
|
|
|
|
DIRS := $(filter-out fortcrypt,$(DIRS))
|
|
|
|
endif
|
|
|
|
|
|
|
|
-ifndef MOZILLA_CLIENT
|
|
|
|
-ifndef NSS_USE_SYSTEM_SQLITE
|
|
|
|
-DIRS := sqlite $(DIRS)
|
|
|
|
-endif
|
|
|
|
-endif
|
|
|
|
+#ifndef MOZILLA_CLIENT
|
|
|
|
+#ifndef NSS_USE_SYSTEM_SQLITE
|
|
|
|
+#DIRS := sqlite $(DIRS)
|
|
|
|
+#endif
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
#######################################################################
|
|
|
|
# (5) Execute "global" rules. (OPTIONAL) #
|
2009-06-05 02:44:36 +00:00
|
|
|
diff -up ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn.nolocalsql ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn
|
|
|
|
--- ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn.nolocalsql 2007-07-19 23:36:50.000000000 +0200
|
|
|
|
+++ ./mozilla/security/nss/lib/softoken/legacydb/manifest.mn 2009-04-14 17:07:40.000000000 +0200
|
2007-11-07 00:53:47 +00:00
|
|
|
@@ -46,9 +46,9 @@ MAPFILE = $(OBJDIR)/nssdbm.def
|
|
|
|
|
|
|
|
DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" -DSOFTOKEN_LIB_NAME=\"$(notdir $(SHARED_LIBRARY))\"
|
|
|
|
|
|
|
|
-ifdef MOZILLA_CLIENT
|
|
|
|
-INCLUDES += -I$(DIST)/include/sqlite3
|
|
|
|
-endif
|
|
|
|
+#ifdef MOZILLA_CLIENT
|
|
|
|
+#INCLUDES += -I$(DIST)/include/sqlite3
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
CSRCS = \
|
|
|
|
dbmshim.c \
|
2009-06-05 02:44:36 +00:00
|
|
|
diff -up ./mozilla/security/nss/lib/softoken/manifest.mn.nolocalsql ./mozilla/security/nss/lib/softoken/manifest.mn
|
|
|
|
--- ./mozilla/security/nss/lib/softoken/manifest.mn.nolocalsql 2009-03-25 17:21:37.000000000 +0100
|
|
|
|
+++ ./mozilla/security/nss/lib/softoken/manifest.mn 2009-04-14 17:07:40.000000000 +0200
|
2007-11-07 00:53:47 +00:00
|
|
|
@@ -47,9 +47,9 @@ MAPFILE = $(OBJDIR)/softokn.def
|
|
|
|
|
|
|
|
DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" -DSOFTOKEN_LIB_NAME=\"$(notdir $(SHARED_LIBRARY))\" -DSHLIB_VERSION=\"$(LIBRARY_VERSION)\"
|
|
|
|
|
|
|
|
-ifdef MOZILLA_CLIENT
|
|
|
|
-INCLUDES += -I$(DIST)/include/sqlite3
|
|
|
|
-endif
|
|
|
|
+#ifdef MOZILLA_CLIENT
|
|
|
|
+#INCLUDES += -I$(DIST)/include/sqlite3
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
EXPORTS = \
|
2009-06-05 02:44:36 +00:00
|
|
|
secmodt.h \
|