diff options
-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 c1784a78d9..53cda40fbb 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" |