public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v3] php: fix zip package config
@ 2020-05-02 13:38 Konrad Weihmann
  2020-05-02 14:02 ` ✗ patchtest: failure for php: fix zip package config (rev2) Patchwork
  2020-05-04 15:47 ` [OE-core] [meta-oe][PATCH v3] php: fix zip package config Randy MacLeod
  0 siblings, 2 replies; 3+ messages in thread
From: Konrad Weihmann @ 2020-05-02 13:38 UTC (permalink / raw)
  To: openembedded-core; +Cc: Konrad Weihmann

--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>
---
 meta-oe/recipes-devtools/php/php_7.4.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \
 "
 PACKAGECONFIG_class-native = ""
 
-PACKAGECONFIG[zip] = "--enable-zip --with-libzip=${STAGING_EXECPREFIXDIR},,libzip"
+PACKAGECONFIG[zip] = "--with-zip --with-zlib-dir=${STAGING_EXECPREFIXDIR},,libzip"
 
 PACKAGECONFIG[mysql] = "--with-mysqli=mysqlnd \
                         --with-pdo-mysql=mysqlnd \
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-04 15:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-02 13:38 [meta-oe][PATCH v3] php: fix zip package config Konrad Weihmann
2020-05-02 14:02 ` ✗ patchtest: failure for php: fix zip package config (rev2) Patchwork
2020-05-04 15:47 ` [OE-core] [meta-oe][PATCH v3] php: fix zip package config Randy MacLeod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox