diff options
| author | Aaron Bauman <bman@gentoo.org> | 2018-04-29 20:14:35 -0400 |
|---|---|---|
| committer | Aaron Bauman <bman@gentoo.org> | 2018-04-29 20:14:48 -0400 |
| commit | d8af50b8b4257360017447d012a08ca968a7c2a7 (patch) | |
| tree | 7dc1c86f37e83dc89784f832b04bfdff13e0bf0b /dev-lang/php/php-7.2.5.ebuild | |
| parent | 91a503d1dacafb9e25663ee514dca3dae9e7bf5a (diff) | |
| download | gentoo-d8af50b8b4257360017447d012a08ca968a7c2a7.tar.gz gentoo-d8af50b8b4257360017447d012a08ca968a7c2a7.tar.bz2 gentoo-d8af50b8b4257360017447d012a08ca968a7c2a7.zip | |
dev-lang/php: add LibreSSL compatibility patch
This patch fixes building with >=dev-libs/libressl-2.7.x. Patch taken
from upstream bug https://bugs.php.net/bug.php?id=76174. Hopefully this
will be included in future releases to properly detect LibreSSL
versions due to API differences.
Closes: https://bugs.gentoo.org/651308
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'dev-lang/php/php-7.2.5.ebuild')
| -rw-r--r-- | dev-lang/php/php-7.2.5.ebuild | 5 |
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)" |
