diff options
author | Martin Stransky <stransky@redhat.com> | 2018-01-23 20:25:55 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-01-23 20:25:55 +0100 |
commit | 5d35b83763bfa9d6fa1e45800ffefe0401556a59 (patch) | |
tree | 790d35f753205730630e6d31c4c1a0607169dddf /build-with-nss-3.34.0.patch | |
parent | Try to disable rust debuginfo on arm to have arm builds again (rhbz#1523912) (diff) | |
download | librewolf-fedora-ff-5d35b83763bfa9d6fa1e45800ffefe0401556a59.tar.gz librewolf-fedora-ff-5d35b83763bfa9d6fa1e45800ffefe0401556a59.tar.bz2 librewolf-fedora-ff-5d35b83763bfa9d6fa1e45800ffefe0401556a59.zip |
Update to Firefox 58
Diffstat (limited to 'build-with-nss-3.34.0.patch')
-rw-r--r-- | build-with-nss-3.34.0.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/build-with-nss-3.34.0.patch b/build-with-nss-3.34.0.patch new file mode 100644 index 0000000..68bc141 --- /dev/null +++ b/build-with-nss-3.34.0.patch @@ -0,0 +1,14 @@ +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 |