Skip to content

Commit

Permalink
Firefox: Update from version 64.0 to 65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Feb 6, 2019
1 parent 7bf1607 commit 11df959
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions firefox.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80'

# BEE_VERSION firefox-64.0-0
# BEE_VERSION firefox-65.0-0

#https://ftp.mozilla.org/pub/firefox/releases/$pkgversion/SOURCE to find the right download link
SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/firefox-${PKGVERSION}.source.tar.xz"
Expand All @@ -12,7 +12,7 @@ SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/fir

mee_configure() {

. /pkg/rustc-1.29.2-0/profile
. /pkg/rustc-1.32.0-0/profile

cat > ${S}/mozconfig << EOF
ac_add_options --prefix=/usr
Expand All @@ -24,6 +24,8 @@ mee_configure() {
ac_add_options --disable-dbus
ac_add_options --disable-tests
ac_add_options --enable-optimize
ac_add_options --disable-crashreporter
ac_add_options --disable-updater
mk_add_options MOZ_MAKE_FLAGS="${BEE_MAKEFLAGS}"
mk_add_options MOZ_OBJDIR=$B
EOF
Expand Down

0 comments on commit 11df959

Please sign in to comment.