]> git.pld-linux.org Git - packages/firefox.git/commitdiff
drop legacy_exts bcond (no longer works)
authorJan Palus <atler@pld-linux.org>
Sun, 22 Dec 2019 20:38:20 +0000 (21:38 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 22 Dec 2019 20:38:20 +0000 (21:38 +0100)
firefox.spec

index 41ef7f249447f3bbf76f48b2d39f90027f79bf93..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
@@ -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.731104 seconds and 4 git commands to generate.