summaryrefslogtreecommitdiff
path: root/dev-lang/php/php-8.1.21.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-08-22 21:47:11 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-08-22 21:47:11 +0100
commit9368ace94caa5cdda868a0dbb7c75a3fc7a2b911 (patch)
treea9a5e87e053b6853c703732ad8050bd895efc1ea /dev-lang/php/php-8.1.21.ebuild
parentc1d361b300cff921a04bd9ae2f800bf8914559eb (diff)
gentoo auto-resync : 22:08:2023 - 21:47:11
Diffstat (limited to 'dev-lang/php/php-8.1.21.ebuild')
-rw-r--r--dev-lang/php/php-8.1.21.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-lang/php/php-8.1.21.ebuild b/dev-lang/php/php-8.1.21.ebuild
index 6fb08e8646fb..db53ccbaa5bb 100644
--- a/dev-lang/php/php-8.1.21.ebuild
+++ b/dev-lang/php/php-8.1.21.ebuild
@@ -259,6 +259,11 @@ src_configure() {
$(use_enable threads zts)
)
+ if is-flagq -flto; then
+ # https://bugs.gentoo.org/866683
+ our_conf+=( --disable-gcc-global-regs )
+ fi
+
our_conf+=(
$(use_with apparmor fpm-apparmor)
$(use_with argon2 password-argon2 "${EPREFIX}/usr")