From ccc5cdc89ecf3ad501acfa34650e63b3329e18da Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 9 Apr 2024 09:08:47 -0400 Subject: dev-lang/php: fix a failing test and a musl compatibility issue Closes: https://bugs.gentoo.org/927461 Closes: https://bugs.gentoo.org/928072 Signed-off-by: Michael Orlitzky --- dev-lang/php/php-8.3.4.ebuild | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'dev-lang/php/php-8.3.4.ebuild') diff --git a/dev-lang/php/php-8.3.4.ebuild b/dev-lang/php/php-8.3.4.ebuild index f4f263225218..7242d6432c71 100644 --- a/dev-lang/php/php-8.3.4.ebuild +++ b/dev-lang/php/php-8.3.4.ebuild @@ -146,6 +146,7 @@ PHP_MV="$(ver_cut 1)" PATCHES=( "${FILESDIR}/php-iodbc-header-location.patch" + "${FILESDIR}/fix-musl-llvm.patch" ) # ARM/Windows functions (bug 923335) @@ -267,6 +268,12 @@ src_prepare() { # https://github.com/php/php-src/pull/13017 # rm ext/dom/tests/DOMNode_isEqualNode.phpt || die + + # This is a memory usage test with hard-coded limits. Whenever the + # limits are surpassed... they get increased... but in the meantime, + # the tests fail. This is not really a test that end users should + # be running pre-install, in my opinion. Bug 927461. + rm ext/fileinfo/tests/bug78987.phpt || die } src_configure() { -- cgit v1.2.3