summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorKonrad Weihmann <kweihmann@outlook.com>2020-05-03 16:02:23 +0200
committerKhem Raj <raj.khem@gmail.com>2020-05-04 12:15:50 -0700
commit6690afa59e5bb698e752c3346b8470e40f9d9daa (patch)
tree20fefaa2e3fdc7eaf8aa142787fe50cd5caa9bc6 /meta-oe/recipes-devtools
parent679bb4912613f3860e8527557602251e5e5f2c41 (diff)
downloadmeta-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>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/php/php_7.4.4.bb2
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"
82PACKAGECONFIG_class-native = "" 82PACKAGECONFIG_class-native = ""
83 83
84PACKAGECONFIG[zip] = "--enable-zip --with-libzip=${STAGING_EXECPREFIXDIR},,libzip" 84PACKAGECONFIG[zip] = "--with-zip --with-zlib-dir=${STAGING_EXECPREFIXDIR},,libzip"
85 85
86PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \ 86PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \
87 --with-pdo-mysql=mysqlnd \ 87 --with-pdo-mysql=mysqlnd \