diff --git a/firefox.be0 b/firefox.be0 index 5c5ceacfc..f97c60e3c 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-77.0.1-0 +# BEE_VERSION firefox-78.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" @@ -20,7 +20,6 @@ mee_configure() { ac_add_options --disable-necko-wifi ac_add_options --enable-official-branding ac_add_options --enable-system-pixman - ac_add_options --with-system-bz2 ac_add_options --without-system-icu ac_add_options --without-system-nspr ac_add_options --disable-tests @@ -32,7 +31,6 @@ mee_configure() { EOF export MOZBUILD_STATE_PATH=${B}/mozbuild - } mee_build() {