commit: e4569ff3821f4293e4d90831d9f7dff4ba7c2fe4 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org> AuthorDate: Sun Feb 18 22:55:17 2024 +0000 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org> CommitDate: Sun Feb 18 23:54:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4569ff3
dev-lang/php: whitelist some implicit function declarations for php-8.1.x Bug: https://bugs.gentoo.org/923335 Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org> dev-lang/php/php-8.1.27-r1.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dev-lang/php/php-8.1.27-r1.ebuild b/dev-lang/php/php-8.1.27-r1.ebuild index 3e3a44b7b8b2..ee3853ec5893 100644 --- a/dev-lang/php/php-8.1.27-r1.ebuild +++ b/dev-lang/php/php-8.1.27-r1.ebuild @@ -151,6 +151,13 @@ PATCHES=( "${FILESDIR}/php-8.1.27-gcc14-libxml.patch" ) +# ARM/Windows functions that are expected to be undefined. +QA_CONFIG_IMPL_DECL_SKIP=( + __crc32d + _controlfp + _controlfp_s +) + php_install_ini() { local phpsapi="${1}"
