svn commit: r462630 - head/lang/python27

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Feb 22 19:50:55 UTC 2018


Author: sunpoet
Date: Thu Feb 22 19:50:54 2018
New Revision: 462630
URL: https://svnweb.freebsd.org/changeset/ports/462630

Log:
  Fix build with OpenSSL 1.1.0 (security/openssl-devel)
  
  This is a follow up commit of r461915.
  
  MFH:		2018Q1

Modified:
  head/lang/python27/Makefile

Modified: head/lang/python27/Makefile
==============================================================================
--- head/lang/python27/Makefile	Thu Feb 22 19:50:49 2018	(r462629)
+++ head/lang/python27/Makefile	Thu Feb 22 19:50:54 2018	(r462630)
@@ -17,7 +17,9 @@ LICENSE=	PSFL
 USES=		cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
 PATHFIX_MAKEFILEIN=	Makefile.pre.in
 USE_LDCONFIG=	yes
+CFLAGS+=	-I${OPENSSLINC}
 GNU_CONFIGURE=	yes
+LIBS+=		-L${OPENSSLLIB}
 python_CMD=	${PREFIX}/bin/python${PYTHON_PORTVERSION:R}
 SHEBANG_FILES=	Lib/lib2to3/pgen2/*.py Lib/lib2to3/tests/*.py Lib/lib2to3/tests/data/*.py \
 		Lib/idlelib/*.py Lib/encodings/*.py Lib/test/*.py Lib/UserString.py \


More information about the svn-ports-head mailing list