3e51fca55f
Changelog: https://pecl.php.net/package-changelog.php?package=yaml Since Buildroot commit [1] (package/php: bump version to 8.4.13) php-yaml is failing to build with errors such as: /buildroot/output/build/php-yaml-2.2.3/parse.c: In function ‘handle_sequence’: /buildroot/output/build/php-yaml-2.2.3/parse.c:534:39: error: passing argument 1 of ‘zval_ptr_dtor’ from incompatible pointer type [-Wincompatible-pointer-types] This commits fixes the issue. [1] https://gitlab.com/buildroot.org/buildroot/-/commit/a9e5cf6ac2cb7ba62d23c842899b3f7816eca14c Signed-off-by: Bernd Kuhls <bernd@kuhls.net> [Julien: add commit log info about build failure] Signed-off-by: Julien Olivain <ju.o@free.fr>