mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/firefox to 38.0-1
This commit is contained in:
parent
4e615e13f1
commit
3cb7b8f71f
1 changed files with 2 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
# - patch for skia FTBFS on ARM
|
||||
|
||||
pkgname=firefox
|
||||
pkgver=37.0.2
|
||||
pkgver=38.0
|
||||
pkgrel=1
|
||||
pkgdesc="Standalone web browser from mozilla.org"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -28,7 +28,7 @@ source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/
|
|||
mozconfig firefox.desktop firefox-install-dir.patch vendor.js
|
||||
firefox-fixed-loading-icon.png
|
||||
48e130d69836.patch)
|
||||
sha256sums=('17d0258c1b4930d618e17ef64bdc4a919d215bd7460696b9855a152324e37a96'
|
||||
sha256sums=('0f2877fe4528a91c19e89249c19b13bac846d7b9f9f6528abb7d8387197c31f3'
|
||||
'ffcb2a0ba2ed08f74931a11043717391ef380234cadccc6f0c13f1186ad80e8b'
|
||||
'c202e5e18da1eeddd2e1d81cb3436813f11e44585ca7357c4c5f1bddd4bec826'
|
||||
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
|
||||
|
@ -60,9 +60,6 @@ prepare() {
|
|||
# WebRTC build tries to execute "python" and expects Python 2
|
||||
ln -s /usr/bin/python2 "$srcdir/path/python"
|
||||
|
||||
# Use gold, as Mozilla can use some of its features, such as safe ICF
|
||||
#ln -s /usr/bin/ld.gold "$srcdir/path/ld"
|
||||
|
||||
# configure script misdetects the preprocessor without an optimization level
|
||||
# https://bugs.archlinux.org/task/34644
|
||||
sed -i '/ac_cpp=/s/$CPPFLAGS/& -O2/' configure
|
||||
|
|
Loading…
Reference in a new issue