forked from Lainports/freebsd-ports
Fix port to use openssl configurations provided by bsd.openssl.mk.
PR: 115532 Submitted by: Piet Delport <pjd@satori.za.net>
This commit is contained in:
parent
e58923a1bb
commit
56731917e4
1 changed files with 5 additions and 0 deletions
|
|
@ -23,4 +23,9 @@ USE_PYDISTUTILS= yes
|
|||
PYDISTUTILS_PKGNAME= pyOpenSSL
|
||||
USE_OPENSSL= yes
|
||||
|
||||
pre-configure:
|
||||
@${ECHO_CMD} "[build_ext]" >> ${WRKSRC}/setup.cfg
|
||||
@${ECHO_CMD} "include-dirs = ${OPENSSLINC}" >> ${WRKSRC}/setup.cfg
|
||||
@${ECHO_CMD} "library-dirs = ${OPENSSLLIB}" >> ${WRKSRC}/setup.cfg
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue