author | Jan Beich <jbeich@tormail.org> |
Tue, 18 Feb 2014 08:59:34 -0500 | |
changeset 169346 | 1298da719e59a81b6d9472a9b35e67b9b68a4b6e |
parent 169345 | 0f7f99d0a2f56f0ac3f4c11bc8c636e6e1d4683b |
child 169347 | 72ae6ca3c92e20ce0677d5c8ce69ab22417d331e |
push id | 26245 |
push user | ryanvm@gmail.com |
push date | Tue, 18 Feb 2014 20:18:17 +0000 |
treeherder | mozilla-central@9019cc90719c [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | glandium |
bugs | 968798 |
milestone | 30.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/build/autoconf/icu.m4 +++ b/build/autoconf/icu.m4 @@ -144,16 +144,18 @@ if test -z "$BUILDING_JS" -o -n "$JS_STA ICU_CPPFLAGS="$ICU_CPPFLAGS -DU_USING_ICU_NAMESPACE=0" # don't include obsolete header files ICU_CPPFLAGS="$ICU_CPPFLAGS -DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1" # remove chunks of the library that we don't need (yet) ICU_CPPFLAGS="$ICU_CPPFLAGS -DUCONFIG_NO_LEGACY_CONVERSION" ICU_CPPFLAGS="$ICU_CPPFLAGS -DUCONFIG_NO_TRANSLITERATION" ICU_CPPFLAGS="$ICU_CPPFLAGS -DUCONFIG_NO_REGULAR_EXPRESSIONS" ICU_CPPFLAGS="$ICU_CPPFLAGS -DUCONFIG_NO_BREAK_ITERATION" + # make sure to not accidentally pick up system-icu headers + ICU_CPPFLAGS="$ICU_CPPFLAGS -I$icudir/common -I$icudir/i18n" ICU_CROSS_BUILD_OPT="" ICU_SRCDIR="" if test "$HOST_OS_ARCH" = "WINNT"; then ICU_SRCDIR="--srcdir=$(cd $srcdir/intl/icu/source; pwd -W)" fi if test "$CROSS_COMPILE"; then