diff options
author | Martin Stransky <stransky@redhat.com> | 2017-04-18 11:38:39 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2017-04-18 11:38:39 +0200 |
commit | 40cc8469a394b6024fd4022a1e99b366ae249ad3 (patch) | |
tree | 3c3f2f8b742fe8783a6d4afab674764112886d24 /firefox-nss-version.patch | |
parent | Merge branch 'master' into f24 (diff) | |
parent | build with nss 3.29.3 (diff) | |
download | librewolf-fedora-ff-40cc8469a394b6024fd4022a1e99b366ae249ad3.tar.gz librewolf-fedora-ff-40cc8469a394b6024fd4022a1e99b366ae249ad3.tar.bz2 librewolf-fedora-ff-40cc8469a394b6024fd4022a1e99b366ae249ad3.zip |
Merge branch 'master' into f24
Diffstat (limited to 'firefox-nss-version.patch')
-rw-r--r-- | firefox-nss-version.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/firefox-nss-version.patch b/firefox-nss-version.patch new file mode 100644 index 0000000..154d205 --- /dev/null +++ b/firefox-nss-version.patch @@ -0,0 +1,13 @@ +diff -up firefox-53.0/media/webrtc/trunk/Makefile.old firefox-53.0/media/webrtc/trunk/Makefile +diff -up firefox-53.0/old-configure.in.old firefox-53.0/old-configure.in +--- firefox-53.0/old-configure.in.old 2017-04-18 11:33:53.724460667 +0200 ++++ firefox-53.0/old-configure.in 2017-04-18 11:34:08.728405522 +0200 +@@ -2040,7 +2040,7 @@ MOZ_ARG_WITH_BOOL(system-nss, + _USE_SYSTEM_NSS=1 ) + + if test -n "$_USE_SYSTEM_NSS"; then +- AM_PATH_NSS(3.29.5, [MOZ_SYSTEM_NSS=1], [AC_MSG_ERROR([you don't have NSS installed or your version is too old])]) ++ AM_PATH_NSS(3.29.3, [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 |