firefox: update strict patch for v128
This commit is contained in:
parent
eed30ae01c
commit
8af4bc9c9a
3 changed files with 14 additions and 14 deletions
|
|
@ -19,7 +19,7 @@
|
|||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
#
|
||||
|
||||
VERSION=110
|
||||
VERSION=111
|
||||
EXTERNAL='deb-src http://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu $UPSTREAM main'
|
||||
REPOKEY=9BDB3D89CE49EC21
|
||||
|
||||
|
|
@ -75,6 +75,9 @@ sed -i '/kHandlerList = {/,/^ };/{/^ /d}' uriloader/exthandler/HandlerList.sys.
|
|||
# Replace ubufox recommendation
|
||||
sed 's/xul-ext-ubufox/xul-ext-youtube-html5-video-player/' -i debian/control.in
|
||||
|
||||
# Temporary ppc64el fix dependency for v128
|
||||
sed -i "/libffi-dev/a \\\tlibaom-dev [ppc64el]," debian/control.in
|
||||
|
||||
#Remove exceptions on warnings when installing addons.
|
||||
sed -i '/addons.mozilla.org/d' browser/app/permissions
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue