From 8a3be9d8bfd6ebb8c06ccd892b690efbe679bdd0 Mon Sep 17 00:00:00 2001 From: Edmund Wong Date: Fri, 15 Feb 2013 13:47:27 +0800 Subject: [PATCH] Bug 841636 - Temporarily disable WebRTC in SeaMonkey build to work around bug 837618. r=RattyAway --- suite/confvars.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/suite/confvars.sh b/suite/confvars.sh index 31467ca0b8..a9f85fc27a 100755 --- a/suite/confvars.sh +++ b/suite/confvars.sh @@ -36,6 +36,9 @@ MOZ_SERVICES_COMMON=1 MOZ_SERVICES_CRYPTO=1 MOZ_SERVICES_SYNC=1 MOZ_URL_CLASSIFIER=1 +# Disable WebRTC as we don't use it currently and to work around bug 837618 +# for Mac +MOZ_WEBRTC= MOZ_APP_VERSION_TXT=${_topsrcdir}/$MOZ_BUILD_APP/config/version.txt MOZ_APP_VERSION=`cat $MOZ_APP_VERSION_TXT`