Fix l10n release mozconfigs to workaround compile issue caused by bug 799806. r=catlee production
authorBen Hearsum <bhearsum@mozilla.com>
Wed, 10 Oct 2012 19:05:18 -0400 (2012-10-10)
branchproduction
changeset 7022 0029772efc8d545a573926780742acac8096b3a7
parent 7020 4950289161bd9273af722d0f06967a7057f9b5e4
child 7023 c7d6befce8a7cf5b69dd8596b58e1a662e1d3bc2
push id5474
push userbhearsum@mozilla.com
push dateWed, 10 Oct 2012 23:06:03 +0000 (2012-10-10)
reviewerscatlee
bugs799806
Fix l10n release mozconfigs to workaround compile issue caused by bug 799806. r=catlee
mozilla2/linux/comm-release/release/l10n-mozconfig
mozilla2/linux/mozilla-release/release/l10n-mozconfig
mozilla2/linux64/comm-release/release/l10n-mozconfig
mozilla2/linux64/mozilla-release/release/l10n-mozconfig
--- a/mozilla2/linux/comm-release/release/l10n-mozconfig
+++ b/mozilla2/linux/comm-release/release/l10n-mozconfig
@@ -1,13 +1,14 @@
 ac_add_options --with-l10n-base=`pwd`/../../mozilla-release
 ac_add_options --enable-application=mail
 ac_add_options --enable-official-branding
 ac_add_options --enable-update-channel=release
 ac_add_options --enable-update-packaging
+ac_add_options --enable-stdcxx-compat
 
 CC=/tools/gcc-4.5/bin/gcc
 CXX=/tools/gcc-4.5/bin/g++
 
 # Run client.py
 mk_add_options CLIENT_PY_ARGS="--hg-options='--time' --skip-chatzilla --skip-comm --skip-inspector --skip-venkman --tinderbox-print --comm-rev=${COMM_REV} --mozilla-rev=${MOZILLA_REV}"
 mk_add_options ALWAYS_RUN_CLIENT_PY=1
 
--- a/mozilla2/linux/mozilla-release/release/l10n-mozconfig
+++ b/mozilla2/linux/mozilla-release/release/l10n-mozconfig
@@ -1,8 +1,9 @@
 ac_add_options --with-l10n-base=..
 ac_add_options --enable-application=browser
 ac_add_options --enable-official-branding
 ac_add_options --enable-update-channel=release
 ac_add_options --enable-update-packaging
+ac_add_options --enable-stdcxx-compat
 
 CC=/tools/gcc-4.5/bin/gcc
 CXX=/tools/gcc-4.5/bin/g++
--- a/mozilla2/linux64/comm-release/release/l10n-mozconfig
+++ b/mozilla2/linux64/comm-release/release/l10n-mozconfig
@@ -1,13 +1,14 @@
 ac_add_options --with-l10n-base=`pwd`/../../mozilla-release
 ac_add_options --enable-application=mail
 ac_add_options --enable-official-branding
 ac_add_options --enable-update-channel=release
 ac_add_options --enable-update-packaging
+ac_add_options --enable-stdcxx-compat
 
 CC=/tools/gcc-4.5/bin/gcc
 CXX=/tools/gcc-4.5/bin/g++
 
 # Run client.py
 mk_add_options CLIENT_PY_ARGS="--hg-options='--time' --skip-chatzilla --skip-comm --skip-inspector --skip-venkman --tinderbox-print --comm-rev=${COMM_REV} --mozilla-rev=${MOZILLA_REV}"
 mk_add_options ALWAYS_RUN_CLIENT_PY=1
 
--- a/mozilla2/linux64/mozilla-release/release/l10n-mozconfig
+++ b/mozilla2/linux64/mozilla-release/release/l10n-mozconfig
@@ -1,8 +1,9 @@
 ac_add_options --with-l10n-base=..
 ac_add_options --enable-application=browser
 ac_add_options --enable-official-branding
 ac_add_options --enable-update-channel=release
 ac_add_options --enable-update-packaging
+ac_add_options --enable-stdcxx-compat
 
 CC=/tools/gcc-4.5/bin/gcc
 CXX=/tools/gcc-4.5/bin/g++