From 3f62c401ff8f8c79f7698a5f53ca3ff3f870b948 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Tue, 29 Sep 2015 10:55:32 -0400 Subject: 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 --- tools/icu/icu-generic.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/icu') 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', -- cgit v1.2.3