diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-08-19 05:39:46 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:23:17 +0800 |
commit | 5e9ac0e3db8ab518d519136d9e3a6de6fc94b697 (patch) | |
tree | 61345c5ecacb9c1957faba140dc92b0e8c5a8d17 /Mk | |
parent | ec8cee6fd3aefefd33c79195c4cb2d8a29a51f4e (diff) | |
download | freebsd-ports-gnome-5e9ac0e3db8ab518d519136d9e3a6de6fc94b697.tar.gz freebsd-ports-gnome-5e9ac0e3db8ab518d519136d9e3a6de6fc94b697.tar.zst freebsd-ports-gnome-5e9ac0e3db8ab518d519136d9e3a6de6fc94b697.zip |
gecko: stop calling home to check for updates after r436423
Upstream seems to define "default" as Nightly (custom build), not safe
to update automatically. Once we switched to proper channels updater
kicked in, except Mozilla never built binaries for FreeBSD. Not to
mention, vendor updates conflict with system package manager.
PR: 221541
MFH: 2017Q3
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.gecko.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.gecko.mk b/Mk/bsd.gecko.mk index cfc494104029..0978fd690aba 100644 --- a/Mk/bsd.gecko.mk +++ b/Mk/bsd.gecko.mk @@ -252,6 +252,7 @@ MOZ_OPTIONS+= \ --enable-chrome-format=${MOZ_CHROME} \ --enable-default-toolkit=${MOZ_TOOLKIT} \ --enable-update-channel=${MOZ_CHANNEL} \ + --disable-updater \ --enable-pie \ --with-pthreads # Configure options for install |