diff --git a/firefox.be0 b/firefox.be0 index a58b1a10d..2b48c2d3f 100755 --- a/firefox.be0 +++ b/firefox.be0 @@ -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 \ - --disable-update \ --disable-crashreporter \ --disable-tests \ --enable-optimize \