summaryrefslogtreecommitdiff
path: root/security/nss/files/patch-lib_softoken_manifest.mn
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2010-05-20 10:01:55 +0000
committerAlex Dupre <ale@FreeBSD.org>2010-05-20 10:01:55 +0000
commit7dde1715ae5dc5f15b4fc1c1c9489f7e4caff23f (patch)
treeb86dddae05eb7e96f94ca64acdda0ea1771cd03b /security/nss/files/patch-lib_softoken_manifest.mn
parentThe massXpert project aims at providing (bio)chemists with a software (diff)
A bunch of changes for the SQLITE3 backend:
1) fix for bug #528467 (C_UnwrapKey didn't work with DSA and EC private keys) 2) fix for bug #526231 (C_GetAttributeValue didn't correctly work) 3) partial fix for bug #564011 (object ID race on keypairgen) 4) use sqlite3 in ports (there is no reason to compile the bundled one) Approved by: no objections by marcus and gnome team
Notes
Notes: svn path=/head/; revision=254639
Diffstat (limited to 'security/nss/files/patch-lib_softoken_manifest.mn')
-rw-r--r--security/nss/files/patch-lib_softoken_manifest.mn13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/nss/files/patch-lib_softoken_manifest.mn b/security/nss/files/patch-lib_softoken_manifest.mn
new file mode 100644
index 000000000000..b1e95c2ab887
--- /dev/null
+++ b/security/nss/files/patch-lib_softoken_manifest.mn
@@ -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 \