summaryrefslogtreecommitdiff
path: root/dev-lang/php/php-7.2.5.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/php/php-7.2.5.ebuild')
-rw-r--r--dev-lang/php/php-7.2.5.ebuild5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev-lang/php/php-7.2.5.ebuild b/dev-lang/php/php-7.2.5.ebuild
index 5407f131e1a1..558d91754f32 100644
--- a/dev-lang/php/php-7.2.5.ebuild
+++ b/dev-lang/php/php-7.2.5.ebuild
@@ -149,6 +149,11 @@ REQUIRED_USE="
mysql? ( || ( mysqli pdo ) )
zip-encryption? ( zip )
"
+PATCHES=(
+ # hopefully upstream will include the same version check fixes in upcoming releases
+ # patch added 20180429
+ "${FILESDIR}/libressl-compatibility.patch"
+)
PHP_MV="$(get_major_version)"