mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
- warn users of option OPENSSL_OVERWRITE_BASE
This commit is contained in:
parent
145be4426a
commit
a462eadc9c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149430
@ -924,6 +924,16 @@ pre-everything::
|
||||
@${ECHO_CMD} "#"
|
||||
@${FALSE}
|
||||
|
||||
.endif
|
||||
.if exists(/usr/lib/libcrypto.so.3) && ${OPENSSL_SHLIBVER} != 3
|
||||
pre-everything::
|
||||
@${ECHO_CMD} "#"
|
||||
@${ECHO_CMD} "# this ports conflicts with your base system"
|
||||
@${ECHO_CMD} "# please undefine OPENSSL_OVERWRITE_BASE"
|
||||
@${ECHO_CMD} "# and use WITH_OPENSSL_PORT=yes instead."
|
||||
@${ECHO_CMD} "#"
|
||||
@${FALSE}
|
||||
|
||||
.endif
|
||||
BASE_SUFFIX= -overwrite-base
|
||||
PREFIX= /usr
|
||||
|
Loading…
Reference in New Issue
Block a user