summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory A. Pratt <anarchy@gentoo.org>2016-01-10 19:24:15 -0600
committerJory A. Pratt <anarchy@gentoo.org>2016-01-10 20:39:28 -0600
commita2919c8ff7039328d4c09f9bc50de528f86664f8 (patch)
tree958fa9d2c05143559426903d51bf00513164cacf
parentWe should always build with intl-api being exposed (diff)
downloadgentoo-a2919c8ff7039328d4c09f9bc50de528f86664f8.tar.gz
gentoo-a2919c8ff7039328d4c09f9bc50de528f86664f8.tar.bz2
gentoo-a2919c8ff7039328d4c09f9bc50de528f86664f8.zip
Fix mozconfig-v6.38 for thunderbird and esr releases
Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
-rw-r--r--eclass/mozconfig-v6.38.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozconfig-v6.38.eclass b/eclass/mozconfig-v6.38.eclass
index f3a07dbe62a9..15925cbcd2cc 100644
--- a/eclass/mozconfig-v6.38.eclass
+++ b/eclass/mozconfig-v6.38.eclass
@@ -209,6 +209,7 @@ mozconfig_config() {
mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold
mozconfig_annotate '' --disable-gconf
mozconfig_annotate 'Gentoo default' --disable-skia
+ mozconfig_annotate '' --with-intl-api
# Use jemalloc unless libc is not glibc >= 2.4
# at this time the minimum glibc in the tree is 2.9 so we should be safe.
@@ -235,7 +236,6 @@ mozconfig_config() {
mozconfig_use_enable system-sqlite
mozconfig_use_with system-jpeg
mozconfig_use_with system-icu
- mozconfig_use_with system-icu intl-api
mozconfig_use_with system-libvpx
# Modifications to better support ARM, bug 553364