diff options
| author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-15 12:47:58 +0000 |
|---|---|---|
| committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-15 12:47:58 +0000 |
| commit | 1d451321eb8e960b64fcc673f64a95c704273655 (patch) | |
| tree | c4e8c96bb036ffac9e0e3b7b8288188bc5319b52 /lang/python27/Makefile | |
| parent | Update to 1.8.0 (diff) | |
Fix build with OpenSSL 1.1.0 (security/openssl-devel)
- Remove BROKEN_SSL=openssl-devel
Reference: https://bugs.python.org/issue30622
https://github.com/python/cpython/commit/b2d096bd2a5ff86e53c25d00ee5fa097b36bf1d8
PR: 222795
Submitted by: brnrd
MFH: 2018Q1
Notes
Notes:
svn path=/head/; revision=461915
Diffstat (limited to 'lang/python27/Makefile')
| -rw-r--r-- | lang/python27/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 6eb6abdcdf98..a3bad48045fd 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -14,8 +14,6 @@ COMMENT= Interpreted object-oriented programming language LICENSE= PSFL -BROKEN_SSL= openssl-devel - USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz PATHFIX_MAKEFILEIN= Makefile.pre.in USE_LDCONFIG= yes |
