Skip to content

firefox: Update version from 47.0.1 to 48.0 #82

Merged
merged 1 commit into from
Aug 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions firefox.be0
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

#export BEE_TMP_TMPDIR=/dev/shm BEE_TMP_BUILDROOT=/dev/shm/bee-root BEE_MAKEFLAGS='-j80'

# BEE_VERSION firefox-47.0.1-2
# BEE_VERSION firefox-48.0-0

SRCURL[0]="https://ftp.mozilla.org/pub/firefox/releases/${PKGVERSION}/source/firefox-${PKGVERSION}.source.tar.xz"

BEE_BUILDTYPE=autotools

mee_configure() {
bee_configure \
"${S}"/configure \
--prefix=/usr \
--enable-application=browser \
--disable-necko-wifi \
--enable-official-branding \
--without-system-icu \
--without-system-nspr \
--disable-dbus \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think enabling update is a bad idea, although it should fail anyway in our case (but what about the plugins?).

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to remove the option, because it’s not available anymore.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, sorry -- seems they now enforce updates?

--disable-update \
--disable-crashreporter \
--disable-tests \
--enable-optimize \
Expand Down