Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2018 19:50:54 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r462630 - head/lang/python27
Message-ID:  <201802221950.w1MJossM001130@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802221950.w1MJossM001130>