summaryrefslogtreecommitdiff
path: root/dev-lang/php/php-8.2.18.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/php/php-8.2.18.ebuild')
-rw-r--r--dev-lang/php/php-8.2.18.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-lang/php/php-8.2.18.ebuild b/dev-lang/php/php-8.2.18.ebuild
index 5b90e1767bb8..9bd4d38c38c4 100644
--- a/dev-lang/php/php-8.2.18.ebuild
+++ b/dev-lang/php/php-8.2.18.ebuild
@@ -328,6 +328,10 @@ src_prepare() {
# 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
+
+ # glibc-2.39 compatibility, fixed upstream in
+ # https://github.com/php/php-src/pull/14097
+ rm ext/standard/tests/strings/setlocale_variation3.phpt || die
}
src_configure() {