summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozconfig-v6.60.eclass5
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/mozconfig-v6.60.eclass b/eclass/mozconfig-v6.60.eclass
index 083b0cd7e613..b090218ac814 100644
--- a/eclass/mozconfig-v6.60.eclass
+++ b/eclass/mozconfig-v6.60.eclass
@@ -221,6 +221,11 @@ mozconfig_config() {
# Must pass release in order to properly select linker
mozconfig_annotate 'Enable by Gentoo' --enable-release
+ # Set correct update channel, bug 677722
+ if [[ -n "${MOZ_ESR}" ]] ; then
+ mozconfig_annotate 'set update channel to ESR' --enable-update-channel=esr
+ fi
+
# Avoid auto-magic on linker
if use clang ; then
# This is upstream's default