diff --git a/network/web/firefox/actions.py b/network/web/firefox/actions.py index c2bc4ad1cc..521c1c8400 100755 --- a/network/web/firefox/actions.py +++ b/network/web/firefox/actions.py @@ -17,6 +17,7 @@ arch = get.ARCH() ver = ".".join(get.srcVERSION().split(".")[:3]) shelltools.export("SHELL", "/bin/sh") +shelltools.export("MOZBUILD_STATE_PATH", "/mozbuild") def setup(): # Google API key diff --git a/network/web/firefox/files/mozconfig b/network/web/firefox/files/mozconfig index e1f1d78a97..de3790010c 100755 --- a/network/web/firefox/files/mozconfig +++ b/network/web/firefox/files/mozconfig @@ -7,6 +7,12 @@ ac_add_options --enable-release ac_add_options --enable-hardening ac_add_options --enable-optimize +export CC=clang +export CXX=clang++ +export AR=llvm-ar +export NM=llvm-nm +export RANLIB=llvm-ranlib + ac_add_options --enable-official-branding # System libraries diff --git a/network/web/firefox/pspec.xml b/network/web/firefox/pspec.xml index cd5a87e7f1..ce824c5c9d 100755 --- a/network/web/firefox/pspec.xml +++ b/network/web/firefox/pspec.xml @@ -15,7 +15,7 @@ app:gui Firefox Web Browser It is more secure and faster to browse the web with Firefox web browser. You can personalize your web browser with many specifications that is not enough to explain in two sentences. - https://ftp.mozilla.org/pub/firefox/releases/63.0.3/source/firefox-63.0.3.source.tar.xz + https://ftp.mozilla.org/pub/firefox/releases/64.0/source/firefox-64.0.source.tar.xz mozconfig @@ -546,6 +546,13 @@ + + 2018-12-11 + 64.0 + Version Bump + Mustafa Cinasal + muscnsl@gmail.com + 2018-11-17 63.0.3