- Explain to user how to build if they have openssl installed. Another option

is to auto select OPENSSL and PORTSSL options but I stuck with letting the
  user make that decision.

PR:		186566
Reported by:	agifford@infowest.com
This commit is contained in:
bdrewery
2014-06-10 15:22:12 +00:00
parent 30257ba2f3
commit bb38e12279
+6 -1
View File
@@ -83,9 +83,14 @@ CMAKE_ARGS+= -DWITH_JEMALLOC="system"
.endif
.if ${PORT_OPTIONS:MSSL}
.if exists(${LOCALBASE}/include/openssl/opensslv.h)
. if !${PORT_OPTIONS:MOPENSSL} || !${PORT_OPTIONS:MPORTSSL}
IGNORE= security/openssl package is installed. To build this either select the OPENSSL and PORTSSL options or deinstall openssl
. endif
.endif
.if ${PORT_OPTIONS:MOPENSSL}
USE_OPENSSL= yes
.if empty(PORT_OPTIONS:MPORTSSL)
.if !${PORT_OPTIONS:MPORTSSL}
WITH_OPENSSL_BASE= yes
.else
WITH_OPENSSL_PORT= yes