diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2014-10-05 19:38:59 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-26 22:31:20 +0100 |
| commit | e74d197cbd2a6989aa6d4ce9c87470d9e5585722 (patch) | |
| tree | 1f9fc86d0ffc871dee84b92887d2bef04011dba9 /package/php/Config.ext | |
| parent | 7ca97b357f336db85c9f76d6443515165e4f1077 (diff) | |
| download | buildroot-e74d197cbd2a6989aa6d4ce9c87470d9e5585722.tar.gz buildroot-e74d197cbd2a6989aa6d4ce9c87470d9e5585722.zip | |
package/php: Add support for mbstring module
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/php/Config.ext')
| -rw-r--r-- | package/php/Config.ext | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/php/Config.ext b/package/php/Config.ext index 4649375493..241e4a95ac 100644 --- a/package/php/Config.ext +++ b/package/php/Config.ext @@ -192,6 +192,11 @@ comment "intl support needs a toolchain w/ C++, wchar, threads" depends on BR2_ARCH_HAS_ATOMICS depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS +config BR2_PACKAGE_PHP_EXT_MBSTRING + bool "mbstring" + help + multibyte string support + comment "Image processing" config BR2_PACKAGE_PHP_EXT_EXIF |

