summaryrefslogtreecommitdiff
path: root/firefox-nss-version.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-03-13 12:03:11 +0100
committerMartin Stransky <stransky@redhat.com>2018-03-13 12:03:11 +0100
commit2bf1dca8811a96dc8d45c4d609bd29e6d51cb6b6 (patch)
treef741e171ff92874f99d7ee5a34404f8bc03321da /firefox-nss-version.patch
parentMerge branch 'master' into f26 (diff)
parentEnabled rendering to titlebar (diff)
downloadlibrewolf-fedora-ff-2bf1dca8811a96dc8d45c4d609bd29e6d51cb6b6.tar.gz
librewolf-fedora-ff-2bf1dca8811a96dc8d45c4d609bd29e6d51cb6b6.tar.bz2
librewolf-fedora-ff-2bf1dca8811a96dc8d45c4d609bd29e6d51cb6b6.zip
Merge branch 'master' into f26
Diffstat (limited to 'firefox-nss-version.patch')
-rw-r--r--firefox-nss-version.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/firefox-nss-version.patch b/firefox-nss-version.patch
deleted file mode 100644
index 154d205..0000000
--- a/firefox-nss-version.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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
bgstack15