aboutsummaryrefslogtreecommitdiffstats
path: root/testing/firefox/rhbz-966424.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-16 07:19:47 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-16 07:20:31 +0000
commit7a5aee2f9247b9c1a4ddcaaefc584e08d8a1f2f3 (patch)
tree42c90c6700d595e2e0ffcdbbdef1a9c16f453ff1 /testing/firefox/rhbz-966424.patch
parentfeaba6cb41c680005792990d53cd6e5d4c89212e (diff)
downloadaports-7a5aee2f9247b9c1a4ddcaaefc584e08d8a1f2f3.tar.bz2
aports-7a5aee2f9247b9c1a4ddcaaefc584e08d8a1f2f3.tar.xz
main/firefox: set rpath so firefox binary finds the libs
Diffstat (limited to 'testing/firefox/rhbz-966424.patch')
-rw-r--r--testing/firefox/rhbz-966424.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/testing/firefox/rhbz-966424.patch b/testing/firefox/rhbz-966424.patch
new file mode 100644
index 0000000000..2be9f931a6
--- /dev/null
+++ b/testing/firefox/rhbz-966424.patch
@@ -0,0 +1,14 @@
+diff -up firefox-33.0/mozilla-release/toolkit/modules/CertUtils.jsm.966424 firefox-33.0/mozilla-release/toolkit/modules/CertUtils.jsm
+--- mozilla-release/toolkit/modules/CertUtils.jsm.966424 2014-10-14 08:12:14.358697255 +0200
++++ mozilla-release/toolkit/modules/CertUtils.jsm 2014-10-14 08:17:59.962181908 +0200
+@@ -174,7 +174,9 @@ this.checkCert =
+ }
+
+ function isBuiltinToken(tokenName) {
+- return tokenName == "Builtin Object Token";
++ return tokenName == "Builtin Object Token" ||
++ tokenName == "Default Trust" ||
++ tokenName == "System Trust";
+ }
+
+ /**