summaryrefslogtreecommitdiff
path: root/tools/icu
diff options
context:
space:
mode:
authorMichael Dawson <michael_dawson@ca.ibm.com>2015-09-29 10:55:32 -0400
committerMichael Dawson <michael_dawson@ca.ibm.com>2015-09-30 10:13:47 -0400
commit3f62c401ff8f8c79f7698a5f53ca3ff3f870b948 (patch)
treeff8b239c9298ec89fa7b26ed17a678dc6ce350b3 /tools/icu
parentdd8b26758ce5c88cd549a91cd6545327549d9b66 (diff)
downloadandroid-node-v8-3f62c401ff8f8c79f7698a5f53ca3ff3f870b948.tar.gz
android-node-v8-3f62c401ff8f8c79f7698a5f53ca3ff3f870b948.tar.bz2
android-node-v8-3f62c401ff8f8c79f7698a5f53ca3ff3f870b948.zip
i18n: add caller to removal list for bidi in ICU55
For ICU 55 we are currently stripping out bidi and the callers. AIX is more pedantic and identified an additional caller than needed to be stripped out. This PR adds that caller to those stripped out. PR-URL: https://github.com/nodejs/node/pull/3115 Reviewed-By: Steven Loomis <srloomis@us.ibm.com>
Diffstat (limited to 'tools/icu')
-rw-r--r--tools/icu/icu-generic.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/icu/icu-generic.gyp b/tools/icu/icu-generic.gyp
index 4741b337ea..d6c3f64216 100644
--- a/tools/icu/icu-generic.gyp
+++ b/tools/icu/icu-generic.gyp
@@ -396,6 +396,7 @@
'../../deps/icu/source/common/ushape.cpp',
'../../deps/icu/source/common/usprep.cpp',
'../../deps/icu/source/common/uts46.cpp',
+ '../../deps/icu/source/common/uidna.cpp',
]}],
[ 'OS == "solaris"', { 'defines': [
'_XOPEN_SOURCE_EXTENDED=0',