firefox: revbump for seccomp filters on 32bit glibc.
This matters only for armv7l, since firefox for i686 had already been built with updated kernel headers, but the cross toolchains didn't have them. Also add mozconfig option to enable language packs to work out of the box. Fixes #27255
This commit is contained in:
parent
7d1cbb6e50
commit
57cdf59dd7
|
@ -32,3 +32,5 @@ ac_add_options --enable-optimize="$CFLAGS"
|
|||
|
||||
ac_add_options --enable-official-branding
|
||||
ac_add_options --enable-application=browser
|
||||
|
||||
ac_add_options --allow-addon-sideload
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
#
|
||||
pkgname=firefox
|
||||
version=84.0.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_helper="rust"
|
||||
short_desc="Mozilla Firefox web browser"
|
||||
maintainer="Johannes <johannes.brechtmann@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue