diff options
| author | Konrad Weihmann <kweihmann@outlook.com> | 2020-05-03 16:02:23 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-05-04 12:15:50 -0700 |
| commit | 6690afa59e5bb698e752c3346b8470e40f9d9daa (patch) | |
| tree | 20fefaa2e3fdc7eaf8aa142787fe50cd5caa9bc6 | |
| parent | 679bb4912613f3860e8527557602251e5e5f2c41 (diff) | |
| download | meta-openembedded-6690afa59e5bb698e752c3346b8470e40f9d9daa.tar.gz | |
php: fix zip package config
--enable-zip and --with-libzip were removed in PHP 7.x.
These are replaced by --with-zip --with-zlib-dir.
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -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 ff4c28e133..c1784a78d9 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 \ |
