mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Warn about conflict with /lib/libcrypto.so
This commit is contained in:
parent
354438e396
commit
f8e4e0cf2e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97697
@ -850,6 +850,16 @@ INSTALLS_SHLIB= yes
|
||||
.endif
|
||||
|
||||
.if defined(OPENSSL_OVERWRITE_BASE)
|
||||
.if exists(/lib/libcrypto.so)
|
||||
pre-everything::
|
||||
@${ECHO_CMD} "#"
|
||||
@${ECHO_CMD} "# this ports does not support the dynamic root"
|
||||
@${ECHO_CMD} "# please undefine OPENSSL_OVERWRITE_BASE"
|
||||
@${ECHO_CMD} "# and use WITH_OPENSSL_PORT=yes instead."
|
||||
@${ECHO_CMD} "#"
|
||||
@${FALSE}
|
||||
|
||||
.endif
|
||||
PKGNAMESUFFIX= -beta-overwrite-base
|
||||
PREFIX= /usr
|
||||
OPENSSLDIR= /etc/ssl
|
||||
|
@ -834,6 +834,16 @@ INSTALLS_SHLIB= yes
|
||||
.endif
|
||||
|
||||
.if defined(OPENSSL_OVERWRITE_BASE)
|
||||
.if exists(/lib/libcrypto.so)
|
||||
pre-everything::
|
||||
@${ECHO_CMD} "#"
|
||||
@${ECHO_CMD} "# this ports does not support the dynamic root"
|
||||
@${ECHO_CMD} "# please undefine OPENSSL_OVERWRITE_BASE"
|
||||
@${ECHO_CMD} "# and use WITH_OPENSSL_PORT=yes instead."
|
||||
@${ECHO_CMD} "#"
|
||||
@${FALSE}
|
||||
|
||||
.endif
|
||||
PKGNAMESUFFIX= -overwrite-base
|
||||
PREFIX= /usr
|
||||
OPENSSLDIR= /etc/ssl
|
||||
|
Loading…
Reference in New Issue
Block a user