summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-devtools/php/php_7.4.4.bb1
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"
105PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl" 105PACKAGECONFIG[openssl] = "--with-openssl,--without-openssl,openssl"
106PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind" 106PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind"
107PACKAGECONFIG[mbregex] = "--enable-mbregex, --disable-mbregex, oniguruma" 107PACKAGECONFIG[mbregex] = "--enable-mbregex, --disable-mbregex, oniguruma"
108PACKAGECONFIG[mbstring] = "--enable-mbstring,,"
108 109
109export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" 110export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}"
110export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php" 111export PHP_PEAR_PHP_BIN = "${STAGING_BINDIR_NATIVE}/php"