From eb05c0dd3cd04dafd2bfa04e3c3b683b3d26f06b Mon Sep 17 00:00:00 2001 From: Martin Stransky Date: Tue, 26 Apr 2016 10:46:26 +0200 Subject: Added nasm.base64 build fix (mozbz#1266366) --- firefox.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'firefox.spec') diff --git a/firefox.spec b/firefox.spec index 3bcee4f..89fa3d3 100644 --- a/firefox.spec +++ b/firefox.spec @@ -131,9 +131,10 @@ Patch305: mozilla-1245076.patch Patch306: mozilla-1245076-1.patch Patch307: mozilla-1263145.patch Patch400: mozilla-1255590.patch +Patch401: mozilla-1266366-branch64.patch # Debian patches -Patch401: mozilla-440908.patch +Patch500: mozilla-440908.patch %if %{?system_nss} BuildRequires: pkgconfig(nspr) >= %{nspr_version} @@ -279,9 +280,10 @@ cd %{tarballdir} %patch305 -p1 -b .1245076 %patch306 -p1 -b .1245076-1 %patch400 -p1 -b .1255590 +%patch401 -p1 -b .1266366-branch64 # Debian extension patch -%patch401 -p1 -b .440908 +%patch500 -p1 -b .440908 %{__rm} -f .mozconfig %{__cp} %{SOURCE10} .mozconfig -- cgit