diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2020-05-03 16:02:24 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-05-04 12:15:50 -0700 |
commit | 171b924a1f6eda1e602e117d62483386175bddc3 (patch) | |
tree | ede2a1738c903a36c516aa7e64b0632f5e3400aa /meta-oe | |
parent | 6690afa59e5bb698e752c3346b8470e40f9d9daa (diff) | |
download | meta-openembedded-171b924a1f6eda1e602e117d62483386175bddc3.tar.gz |
php: add multibyte string support config
Add mbstring to PACKAGECONFIG to enable
multibyte string support in php
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/php/php_7.4.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/php/php_7.4.4.bb b/meta-oe/recipes-devtools/php/php_7.4.4.bb index c1784a78d..53cda40fb 100644 --- a/meta-oe/recipes-devtools/php/php_7.4.4.bb +++ b/meta-oe/recipes-devtools/php/php_7.4.4.bb | |||
@@ -105,6 +105,7 @@ PACKAGECONFIG[opcache] = "--enable-opcache,--disable-opcache" | |||
105 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl" | 105 | PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl" |
106 | PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind" | 106 | PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind" |
107 | PACKAGECONFIG[mbregex] = "--enable-mbregex, --disable-mbregex, oniguruma" | 107 | PACKAGECONFIG[mbregex] = "--enable-mbregex, --disable-mbregex, oniguruma" |
108 | PACKAGECONFIG[mbstring] = "--enable-mbstring,," | ||
108 | 109 | ||
109 | export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" | 110 | export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" |
110 | export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php" | 111 | export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php" |