From fc9ed2d5c5a95ad39374c08a78cff407ed72b35e Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Tue, 8 Sep 2009 21:33:43 +0000 Subject: Update to 3.12.4. PR: 138419 Submitted by: Aragon Gouveia --- security/nss/files/sqlite3-system.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 security/nss/files/sqlite3-system.patch (limited to 'security/nss/files/sqlite3-system.patch') diff --git a/security/nss/files/sqlite3-system.patch b/security/nss/files/sqlite3-system.patch new file mode 100644 index 000000000000..b1e95c2ab887 --- /dev/null +++ b/security/nss/files/sqlite3-system.patch @@ -0,0 +1,13 @@ +--- lib/softoken/manifest.mn.orig 2009-08-31 18:15:14.000000000 +0200 ++++ lib/softoken/manifest.mn 2009-08-31 18:15:30.000000000 +0200 +@@ -47,9 +47,7 @@ + + 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 ++INCLUDES += -I/usr/local/include + + EXPORTS = \ + secmodt.h \ -- cgit v1.2.3