diff options
| author | Michael Orlitzky <mjo@gentoo.org> | 2024-04-09 09:08:47 -0400 |
|---|---|---|
| committer | Michael Orlitzky <mjo@gentoo.org> | 2024-04-09 09:50:55 -0400 |
| commit | ccc5cdc89ecf3ad501acfa34650e63b3329e18da (patch) | |
| tree | 59e1413119d8b6549caa94c0fa031653878716e2 /dev-lang/php/php-8.1.27-r2.ebuild | |
| parent | f6cee850ec5b9eff6fa22da908759cd21d5cc4ea (diff) | |
| download | gentoo-ccc5cdc89ecf3ad501acfa34650e63b3329e18da.tar.gz gentoo-ccc5cdc89ecf3ad501acfa34650e63b3329e18da.tar.bz2 gentoo-ccc5cdc89ecf3ad501acfa34650e63b3329e18da.zip | |
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 <mjo@gentoo.org>
Diffstat (limited to 'dev-lang/php/php-8.1.27-r2.ebuild')
| -rw-r--r-- | dev-lang/php/php-8.1.27-r2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/php/php-8.1.27-r2.ebuild b/dev-lang/php/php-8.1.27-r2.ebuild index 38bbbc21e31c..f434f0df4366 100644 --- a/dev-lang/php/php-8.1.27-r2.ebuild +++ b/dev-lang/php/php-8.1.27-r2.ebuild @@ -150,6 +150,7 @@ PATCHES=( "${FILESDIR}/php-capstone-optional.patch" "${FILESDIR}/php-8.1.27-gcc14-libxml.patch" "${FILESDIR}/php-8.1.27-implicit-decls.patch" + "${FILESDIR}/fix-musl-llvm.patch" ) # ARM/Windows functions that are expected to be undefined. @@ -250,8 +251,8 @@ src_prepare() { ext/curl/tests/bug77535.phpt \ ext/curl/tests/curl_error_basic.phpt \ ext/session/tests/bug74514.phpt \ - ext/session/tests/bug74936.phpt || die - + ext/session/tests/bug74936.phpt \ + ext/fileinfo/tests/bug78987.phpt || die } src_configure() { |
