From 11df959ae4f79bd345a9bb66b99b69fa26825ab2 Mon Sep 17 00:00:00 2001 From: david Date: Wed, 6 Feb 2019 11:18:51 +0100 Subject: [PATCH] Firefox: Update from version 64.0 to 65.0 release notes https://www.mozilla.org/en-US/firefox/65.0/releasenotes/?utm_source=firefox-browser&utm_medium=firefox-browser&utm_campaign=whatsnew --- firefox.be0 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/firefox.be0 b/firefox.be0 index 8c50d9903..03db0d225 100755 --- a/firefox.be0 +++ b/firefox.be0 @@ -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" @@ -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 @@ -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