Skip to content

Commit

Permalink
Merge pull request #1166 from mariux64/update-firefox-from-67.0.4-to-…
Browse files Browse the repository at this point in the history
…68.0

Update Firefox from 67.0.4 to 68.0
  • Loading branch information
pmenzel authored Jul 9, 2019
2 parents 893c00d + 5ebb83c commit 9d5c66c
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 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-67.0.4-0
# BEE_VERSION firefox-68.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 @@ -14,21 +14,23 @@ mee_configure() {

. /pkg/rustc-1.34.2-0/profile

cat > ${S}/mozconfig << EOF
ac_add_options --prefix=/usr
ac_add_options --enable-application=browser
ac_add_options --disable-necko-wifi
ac_add_options --enable-official-branding
ac_add_options --without-system-icu
ac_add_options --without-system-nspr
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
cat > ${S}/mozconfig <<-EOF
ac_add_options --prefix=/usr
ac_add_options --enable-application=browser
ac_add_options --disable-necko-wifi
ac_add_options --enable-official-branding
ac_add_options --enable-system-sqlite
ac_add_options --enable-system-pixman
ac_add_options --with-system-bz2
ac_add_options --with-system-icu
ac_add_options --without-system-nspr
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
export MOZBUILD_STATE_PATH=${B}/mozbuild


Expand Down

0 comments on commit 9d5c66c

Please sign in to comment.