diff options
author | Brian Fraser <fraserbn@gmail.com> | 2014-09-29 20:34:02 +0200 |
---|---|---|
committer | Brian Fraser <fraserbn@gmail.com> | 2014-10-31 13:34:57 +0100 |
commit | 44c4e96d0f2c7bd47f49695c8d7600f07c7d3577 (patch) | |
tree | 245021f1857ecb41edcfeaf7e4205a00e0ad7a91 /hints | |
parent | f5f6538d1935b7a7b00b4f8d43f2f7169217b3f6 (diff) | |
download | perl-44c4e96d0f2c7bd47f49695c8d7600f07c7d3577.tar.gz |
Android hints: No locales here, so undef d_lc_monetary_2008
Diffstat (limited to 'hints')
-rw-r--r-- | hints/linux-android.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/linux-android.sh b/hints/linux-android.sh index fdfe64a020..6a59cb726e 100644 --- a/hints/linux-android.sh +++ b/hints/linux-android.sh @@ -35,6 +35,7 @@ libswanted="$libswanted m" d_locconv='undef' d_setlocale='undef' d_setlocale_r='undef' +d_lc_monetary_2008='undef' i_locale='undef' # https://code.google.com/p/android-source-browsing/source/browse/libc/netbsd/net/getservent_r.c?repo=platform--bionic&r=ca6fe7bebe3cc6ed7e2db5a3ede2de0fcddf411d#95 |