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