diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2020-05-03 16:02:23 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2020-05-17 14:26:22 -0700 |
commit | 99f2050d08dff7bbf4a547ffccb6b30263481cd5 (patch) | |
tree | 0ee15d993033eb13a960d88d6c7ed08d9ccea923 | |
parent | a62ad77973b16daac1cbaa03cbda3c6b9b91f2ff (diff) | |
download | meta-openembedded-99f2050d08dff7bbf4a547ffccb6b30263481cd5.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>
(cherry picked from commit 6690afa59e5bb698e752c3346b8470e40f9d9daa)
Signed-off-by: Armin Kuster <akuster808@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 \ |