]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox.spec
- do not redefine double_t from glibc math.h
[packages/firefox.git] / firefox.spec
index b1ae5a021d32c66061a3902e5797804b5f096a48..81221e25fb85e11e0a0510103dc36f2015725690 100644 (file)
@@ -42,7 +42,7 @@ curl -s $U | sed -ne 's,.*href="\([^"]\+\)/".*,'"$U"'xpi/\1.xpi,p'
 %endif
 
 %define                nspr_ver        4.32
-%define                nss_ver         3.69
+%define                nss_ver         3.70
 
 Summary:       Firefox web browser
 Summary(hu.UTF-8):     Firefox web böngésző
@@ -261,6 +261,7 @@ Patch7:             %{name}-middle_click_paste.patch
 Patch8:                %{name}-system-virtualenv.patch
 Patch9:                %{name}-Disable-Firefox-Health-Report.patch
 Patch10:       system-cairo.patch
+Patch11:       glibc-double.patch
 URL:           https://www.mozilla.org/firefox/
 BuildRequires: OpenGL-devel
 BuildRequires: alsa-lib-devel
@@ -2111,6 +2112,7 @@ unpack() {
 %patch8 -p2
 %patch9 -p1
 %{?with_system_cairo:%patch10 -p1}
+%patch11 -p1
 
 %if %{with pgo}
 %{__sed} -i -e 's@__BROWSER_PATH__@"../../dist/bin/firefox-bin"@' build/automation.py.in
This page took 0.036172 seconds and 4 git commands to generate.