mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user