diff options
-rw-r--r-- | meta-oe/recipes-devtools/php/php_7.4.4.bb | 2 |
1 files changed, 1 insertions, 1 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 ff4c28e13..c1784a78d 100644 --- a/meta-oe/recipes-devtools/php/php_7.4.4.bb +++ b/meta-oe/recipes-devtools/php/php_7.4.4.bb | |||
@@ -81,7 +81,7 @@ PACKAGECONFIG ??= "mysql sqlite3 imap opcache openssl \ | |||
81 | " | 81 | " |
82 | PACKAGECONFIG_class-native = "" | 82 | PACKAGECONFIG_class-native = "" |
83 | 83 | ||
84 | PACKAGECONFIG[zip] = "--enable-zip --with-libzip=${STAGING_EXECPREFIXDIR},,libzip" | 84 | PACKAGECONFIG[zip] = "--with-zip --with-zlib-dir=${STAGING_EXECPREFIXDIR},,libzip" |
85 | 85 | ||
86 | PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \ | 86 | PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \ |
87 | --with-pdo-mysql=mysqlnd \ | 87 | --with-pdo-mysql=mysqlnd \ |