Skip to content

Commit

Permalink
Merge pull request #1840 from mariux64/update-firefox-from-77.0.1-to-…
Browse files Browse the repository at this point in the history
…78.0

Update Firefox from 77.0.1 to 78.0
  • Loading branch information
pmenzel authored Jul 1, 2020
2 parents 5ad4c4f + 9ffc585 commit 907c932
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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-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"
Expand All @@ -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
Expand All @@ -32,7 +31,6 @@ mee_configure() {
EOF
export MOZBUILD_STATE_PATH=${B}/mozbuild


}

mee_build() {
Expand Down

0 comments on commit 907c932

Please sign in to comment.