summaryrefslogtreecommitdiff
path: root/build-with-nss-3.34.0.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-03-06 15:00:42 +0100
committerMartin Stransky <stransky@redhat.com>2018-03-06 15:00:42 +0100
commitbee8e7456aef10b3298647cb20f73f7b5803c852 (patch)
treecbfc930f57395b21dcbc6b1cfe3fa562e165ee97 /build-with-nss-3.34.0.patch
parentFix prefs because of rpm (diff)
parentFix crash when e10s is disabled and default wl_queue is processed. (diff)
downloadlibrewolf-fedora-ff-bee8e7456aef10b3298647cb20f73f7b5803c852.tar.gz
librewolf-fedora-ff-bee8e7456aef10b3298647cb20f73f7b5803c852.tar.bz2
librewolf-fedora-ff-bee8e7456aef10b3298647cb20f73f7b5803c852.zip
Merged with firefox-59
Diffstat (limited to 'build-with-nss-3.34.0.patch')
-rw-r--r--build-with-nss-3.34.0.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/build-with-nss-3.34.0.patch b/build-with-nss-3.34.0.patch
deleted file mode 100644
index 68bc141..0000000
--- a/build-with-nss-3.34.0.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -up firefox-58.0/media/libyuv/libyuv/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium.old firefox-58.0/media/libyuv/libyuv/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium
-diff -up firefox-58.0/media/webrtc/trunk/Makefile.old firefox-58.0/media/webrtc/trunk/Makefile
-diff -up firefox-58.0/old-configure.in.old firefox-58.0/old-configure.in
---- firefox-58.0/old-configure.in.old 2018-01-23 14:49:51.771309172 +0100
-+++ firefox-58.0/old-configure.in 2018-01-23 14:50:04.091265876 +0100
-@@ -1915,7 +1915,7 @@ MOZ_ARG_WITH_BOOL(system-nss,
- _USE_SYSTEM_NSS=1 )
-
- if test -n "$_USE_SYSTEM_NSS"; then
-- AM_PATH_NSS(3.34.1, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
-+ AM_PATH_NSS(3.34.0, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])])
- fi
-
- if test -n "$MOZ_SYSTEM_NSS"; then
bgstack15