summaryrefslogtreecommitdiff
path: root/src/patches/icedove/no-dynamic-nss-softokn.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-05-09 07:21:40 +0200
committerAndreas Grapentin <andreas@grapentin.org>2017-05-09 07:21:40 +0200
commitc46005ffeaeca6442a59db492c9201de86a87f2c (patch)
tree43fee9e19f433da6253908c384eae772892e7adb /src/patches/icedove/no-dynamic-nss-softokn.patch
parent3281e841d34b2680c84ac5962bf0b374b8e5f27d (diff)
importing 38.6.0-1 sources from https://repomirror.parabola.nu/other/icedove/icedove_38.6.0-1.branding.tar.xz38.6.0-1
Diffstat (limited to 'src/patches/icedove/no-dynamic-nss-softokn.patch')
-rw-r--r--src/patches/icedove/no-dynamic-nss-softokn.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/patches/icedove/no-dynamic-nss-softokn.patch b/src/patches/icedove/no-dynamic-nss-softokn.patch
new file mode 100644
index 0000000..330ea12
--- /dev/null
+++ b/src/patches/icedove/no-dynamic-nss-softokn.patch
@@ -0,0 +1,21 @@
+From: Alexander Sack <asac@debian.org>
+Date: Wed, 27 Jan 2010 19:06:07 +0100
+Subject: no dynamic nss softokn
+
+---
+ ldap/sdks/c-sdk/component_versions.mk | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/ldap/sdks/c-sdk/component_versions.mk b/ldap/sdks/c-sdk/component_versions.mk
+index 2ad6347..5f61b57 100644
+--- a/ldap/sdks/c-sdk/component_versions.mk
++++ b/ldap/sdks/c-sdk/component_versions.mk
+@@ -46,7 +46,7 @@ NSPR_RELEASE_TREE = $(COMPONENTS_DIR)
+ # NSS - Network Security Services
+ NSSVERS = 3
+ NSS_RELEASE_TAG = NSS_3_9_3_RTM
+-NSS_DYNAMIC_SOFTOKN = 1
++NSS_DYNAMIC_SOFTOKN = 0
+ NSS_RELEASE_TREE = $(COMPONENTS_DIR)
+
+ # SVRCORE - Client/server utility library