diff options
author | Graeme Gregory <gg@slimlogic.co.uk> | 2009-12-09 19:33:29 -0700 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-12-10 02:34:56 +0000 |
commit | 4da28a2fbb3ead466a81382970c976667e6ab6cc (patch) | |
tree | 48ee3b5ce8de91feda240059a4271a3f838d3fc0 /site | |
parent | cbca434e98e6a29f3676f109601b033aa8412aa9 (diff) |
php_5.2.11.bb : add --enable-mbstring site/arm-common : add magic value for mbstring that cannot be checked
This enables UTF-8 support in OE php
Diffstat (limited to 'site')
-rw-r--r-- | site/arm-common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/arm-common b/site/arm-common index b5cf8c28cb..20de8c5261 100644 --- a/site/arm-common +++ b/site/arm-common @@ -164,6 +164,7 @@ ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} ac_cv_pread=${ac_cv_pread=no} ac_cv_pwrite=${ac_cv_pwrite=no} php_cv_lib_cookie_io_functions_use_off64_t=${php_cv_lib_cookie_io_functions_use_off64_t=yes} +cv_php_mbstring_stdarg=${cv_php_mbstring_stdarg=yes} # rsync rsync_cv_HAVE_BROKEN_LARGEFILE=${rsync_cv_HAVE_BROKEN_LARGEFILE=no} |