MozillaFirefox/MozillaFirefox.spec
branchfirefox93
changeset 1165 e009fde1282b
parent 1164 bb219fd0d646
child 1166 59c4b0a75ff4
equal deleted inserted replaced
1164:bb219fd0d646 1165:e009fde1282b
   225 Patch27:        mozilla-s390x-skia-gradient.patch
   225 Patch27:        mozilla-s390x-skia-gradient.patch
   226 Patch28:        mozilla-libavcodec58_91.patch
   226 Patch28:        mozilla-libavcodec58_91.patch
   227 Patch29:        mozilla-silence-no-return-type.patch
   227 Patch29:        mozilla-silence-no-return-type.patch
   228 Patch30:        mozilla-bmo1725828.patch
   228 Patch30:        mozilla-bmo1725828.patch
   229 Patch31:        mozilla-bmo531915.patch
   229 Patch31:        mozilla-bmo531915.patch
       
   230 Patch32:        mozilla-bmo1729124.patch
   230 # Firefox/browser
   231 # Firefox/browser
   231 Patch101:       firefox-kde.patch
   232 Patch101:       firefox-kde.patch
   232 Patch102:       firefox-branded-icons.patch
   233 Patch102:       firefox-branded-icons.patch
   233 %endif
   234 %endif
   234 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   235 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   355 %patch27 -p1
   356 %patch27 -p1
   356 %patch28 -p1
   357 %patch28 -p1
   357 %patch29 -p1
   358 %patch29 -p1
   358 %patch30 -p1
   359 %patch30 -p1
   359 %patch31 -p1
   360 %patch31 -p1
       
   361 %patch32 -p1
   360 # Firefox
   362 # Firefox
   361 %patch101 -p1
   363 %patch101 -p1
   362 %patch102 -p1
   364 %patch102 -p1
   363 %endif
   365 %endif
   364 
   366 
   518 %ifarch s390x
   520 %ifarch s390x
   519 ac_add_options --enable-optimize="-O1"
   521 ac_add_options --enable-optimize="-O1"
   520 %endif
   522 %endif
   521 %ifarch x86_64
   523 %ifarch x86_64
   522 # LTO needs newer toolchain stack only (at least GCC 8.2.1 (r268506)
   524 # LTO needs newer toolchain stack only (at least GCC 8.2.1 (r268506)
   523 %if 0%{?suse_version} > 1500 && 0%{?suse_version} < 1550
   525 %if 0%{?suse_version} > 1500
   524 ac_add_options --enable-lto
   526 ac_add_options --enable-lto
   525 %if 0%{?do_profiling}
   527 %if 0%{?do_profiling}
   526 ac_add_options MOZ_PGO=1
   528 ac_add_options MOZ_PGO=1
   527 %endif
   529 %endif
   528 %endif
   530 %endif