[Bug 210426] www/node: Does not compile with BUNDLED_SSL enabled and LibreSSL installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 21 04:39:10 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210426

w.schwarzenfeld at utanet.at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |w.schwarzenfeld at utanet.at

--- Comment #1 from w.schwarzenfeld at utanet.at ---
Look at the Makefile:

.if empty(PORT_OPTIONS:MBUNDLED_SSL)
.if defined(OPENSSL_PORT) && (${OPENSSL_PORT} == "security/libressl" ||
${OPENSSL_PORT} == "security/libressl-devel")
IGNORE=         cannot build node.js with LibreSSL. You must enable BUNDLED_SSL
.endif
.endif

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list