]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox.spec
drop legacy_exts bcond (no longer works)
[packages/firefox.git] / firefox.spec
index 18b7ccd4ed6fd23736ebcef1d011454df0545208..b7a505a7e376173da24b4df7fe311c0bcb64cb1c 100644 (file)
@@ -16,7 +16,6 @@
 %bcond_with    system_cairo    # build with system cairo (not supported in 60.0)
 %bcond_with    system_libvpx   # build with system libvpx (67.0 does not build with libvpx 1.8)
 %bcond_without clang           # build using Clang/LLVM
-%bcond_with    legacy_exts     # build with legacy extensions support
 
 %if %{with lto}
 %define                with_clang      1
@@ -39,8 +38,8 @@ curl -s $U | sed -ne 's,.*href="\([^"]\+\)/".*,'"$U"'xpi/\1.xpi,p'
 # The actual sqlite version (see RHBZ#480989):
 %define                sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo ERROR)
 
-%define                nspr_ver        4.21
-%define                nss_ver         3.45
+%define                nspr_ver        4.23
+%define                nss_ver         3.47.1
 
 Summary:       Firefox web browser
 Summary(hu.UTF-8):     Firefox web böngésző
@@ -310,7 +309,7 @@ BuildRequires:      rpmbuild(macros) >= 1.601
 BuildRequires: rust >= 1.32.0
 BuildRequires: rust-cbindgen >= 0.9.0
 BuildRequires: sed >= 4.0
-BuildRequires: sqlite3-devel >= 3.28.0
+BuildRequires: sqlite3-devel >= 3.29.0
 BuildRequires: startup-notification-devel >= 0.8
 BuildRequires: xorg-lib-libX11-devel
 BuildRequires: xorg-lib-libXScrnSaver-devel
@@ -2126,9 +2125,6 @@ ac_add_options --with-system-webp
 ac_add_options --with-system-zlib
 # Workaround for mozbz#1341234
 ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
-%if %{with legacy_exts}
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-%endif
 EOF
 
 %{!?with_clang:export MOZ_MAKE_FLAGS="-j1"}
This page took 0.036084 seconds and 4 git commands to generate.