summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory A. Pratt <anarchy@gentoo.org>2016-01-10 18:47:43 -0600
committerJory A. Pratt <anarchy@gentoo.org>2016-01-10 20:39:13 -0600
commitf74689eb87b3727b0d3ff6a45db916deacf603b3 (patch)
tree0bb2411f88d55010b0b391e88193a65c4e3f74d2
parentapp-cdr/cdrdao: use a better default AR setting (diff)
downloadgentoo-f74689eb87b3727b0d3ff6a45db916deacf603b3.tar.gz
gentoo-f74689eb87b3727b0d3ff6a45db916deacf603b3.tar.bz2
gentoo-f74689eb87b3727b0d3ff6a45db916deacf603b3.zip
We should always build with intl-api being exposed
Signed-off-by: Jory A. Pratt <anarchy@gentoo.org>
-rw-r--r--eclass/mozconfig-v6.42.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozconfig-v6.42.eclass b/eclass/mozconfig-v6.42.eclass
index 60413c418a49..d0c8abf59b08 100644
--- a/eclass/mozconfig-v6.42.eclass
+++ b/eclass/mozconfig-v6.42.eclass
@@ -235,6 +235,7 @@ mozconfig_config() {
mozconfig_annotate 'Gentoo default to honor system linker' --disable-gold
mozconfig_annotate 'Gentoo default' --disable-skia
mozconfig_annotate '' --disable-gconf
+ 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.
@@ -261,7 +262,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