From 2dd64947d4a94346ac75cb9a03464b982c178e4e Mon Sep 17 00:00:00 2001 From: Gijs Peskens Date: Wed, 30 Jul 2025 18:01:11 +0530 Subject: php: fix removal of --with-zlib-dir configure option PHP has removed the --with-zlib-dir configure option since that is now taken over by pkg-config, this breaks building PHP on Walnascar when zip is enabled via PACKAGECONFIG. So remove it. Signed-off-by: Gijs Peskens Signed-off-by: Khem Raj (cherry picked from commit 90fa225b86fa3df35b3273a5522b72e95ae258d7) Signed-off-by: Praveen Kumar Signed-off-by: Gyorgy Sarvari --- meta-oe/recipes-devtools/php/php_8.4.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-devtools/php') diff --git a/meta-oe/recipes-devtools/php/php_8.4.10.bb b/meta-oe/recipes-devtools/php/php_8.4.10.bb index 8d7a214d35..d74552d5e2 100644 --- a/meta-oe/recipes-devtools/php/php_8.4.10.bb +++ b/meta-oe/recipes-devtools/php/php_8.4.10.bb @@ -110,7 +110,7 @@ PACKAGECONFIG[sqlite3] = "--with-sqlite3=${STAGING_LIBDIR}/.. \ ,--without-sqlite3 --without-pdo-sqlite \ ,sqlite3" PACKAGECONFIG[valgrind] = "--with-valgrind=${STAGING_DIR_TARGET}/usr,--with-valgrind=no,valgrind" -PACKAGECONFIG[zip] = "--with-zip --with-zlib-dir=${STAGING_EXECPREFIXDIR},,libzip" +PACKAGECONFIG[zip] = "--with-zip,,libzip" export HOSTCC = "${BUILD_CC}" export PHP_NATIVE_DIR = "${STAGING_BINDIR_NATIVE}" -- cgit v1.2.3-54-g00ecf