summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lang/php/php-8.2.13-r1.ebuild (renamed from dev-lang/php/php-8.2.13.ebuild)2
-rw-r--r--dev-lang/php/php-8.3.0-r1.ebuild (renamed from dev-lang/php/php-8.3.0.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-8.2.13.ebuild b/dev-lang/php/php-8.2.13-r1.ebuild
index 7d6a005d1c10..a0aadbfbb272 100644
--- a/dev-lang/php/php-8.2.13.ebuild
+++ b/dev-lang/php/php-8.2.13-r1.ebuild
@@ -335,7 +335,7 @@ src_configure() {
--localstatedir="${EPREFIX}/var"
--without-pear
--without-valgrind
- --enable-ipv6
+ --with-external-libcrypt
$(use_enable threads zts)
)
diff --git a/dev-lang/php/php-8.3.0.ebuild b/dev-lang/php/php-8.3.0-r1.ebuild
index 195326a5aff5..c694a628967e 100644
--- a/dev-lang/php/php-8.3.0.ebuild
+++ b/dev-lang/php/php-8.3.0-r1.ebuild
@@ -289,7 +289,7 @@ src_configure() {
--localstatedir="${EPREFIX}/var"
--without-pear
--without-valgrind
- --enable-ipv6
+ --with-external-libcrypt
$(use_enable threads zts)
)