mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/firefox to 33.1.1-1
This commit is contained in:
parent
a57f90e374
commit
e3edf216f4
2 changed files with 5 additions and 8 deletions
|
@ -8,8 +8,8 @@
|
|||
buildarch=20
|
||||
|
||||
pkgname=firefox
|
||||
pkgver=33.1
|
||||
pkgrel=2
|
||||
pkgver=33.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Standalone web browser from mozilla.org"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('MPL' 'GPL' 'LGPL')
|
||||
|
@ -29,9 +29,9 @@ source=(https://ftp.mozilla.org/pub/mozilla.org/firefox/releases/$pkgver/source/
|
|||
mozconfig firefox.desktop firefox-install-dir.patch vendor.js rhbz-966424.patch
|
||||
firefox-fixed-loading-icon.png
|
||||
arm-webrtc-fix.patch)
|
||||
sha256sums=('47bf66f8680a97692ea142ca62d46cc91af454771f7fac5c6f6116b83792be01'
|
||||
sha256sums=('ce67fab494acb56b9dc18896e9ea481b1a1ba61ca88ce3438f96d21cc554b9a9'
|
||||
'SKIP'
|
||||
'2e04ee3aefb33bb0f9367e6e88c8ded2cb3e8926fce75a71acfb34b0619dc650'
|
||||
'ffcb2a0ba2ed08f74931a11043717391ef380234cadccc6f0c13f1186ad80e8b'
|
||||
'd2a7610393ba259c35e3227b92e02ec91095a95189f56ac93ccdf6732772719c'
|
||||
'd86e41d87363656ee62e12543e2f5181aadcff448e406ef3218e91865ae775cd'
|
||||
'4b50e9aec03432e21b44d18c4c97b2630bace606b033f7d556c9d3e3eb0f4fa4'
|
||||
|
@ -84,7 +84,7 @@ build() {
|
|||
cd mozilla-release
|
||||
|
||||
export PATH="$srcdir/path:$PATH"
|
||||
export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/firefox"
|
||||
#export LDFLAGS="$LDFLAGS -Wl,-rpath,/usr/lib/firefox"
|
||||
export PYTHON="/usr/bin/python2"
|
||||
|
||||
# Do PGO
|
||||
|
|
|
@ -31,7 +31,4 @@ ac_add_options --disable-updater
|
|||
ac_add_options --disable-installer
|
||||
ac_add_options --disable-debug-symbols
|
||||
|
||||
# PGO
|
||||
mk_add_options PROFILE_GEN_SCRIPT='EXTRA_TEST_ARGS=10 $(MAKE) -C $(MOZ_OBJDIR) pgo-profile-run'
|
||||
|
||||
# vim:set ft=sh:
|
||||
|
|
Loading…
Reference in a new issue