mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
when build with OPENSSL_OVERWRITE_BASE
reset SHLIBVER to 2, so the existing lib is overwritten fully. Warning: some programs track the version number internally too. Suggested by:nectar
This commit is contained in:
parent
d8bed7a7b0
commit
05e82aa029
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=63854
@ -37,6 +37,7 @@ INSTALLS_SHLIB= yes
|
||||
.if defined(OPENSSL_OVERWRITE_BASE)
|
||||
PKGNAMESUFFIX= -overwrite-base
|
||||
PREFIX= /usr
|
||||
SHLIBVER= 2
|
||||
.endif
|
||||
|
||||
MANPREFIX= ${PREFIX}/openssl
|
||||
|
@ -37,6 +37,7 @@ INSTALLS_SHLIB= yes
|
||||
.if defined(OPENSSL_OVERWRITE_BASE)
|
||||
PKGNAMESUFFIX= -overwrite-base
|
||||
PREFIX= /usr
|
||||
SHLIBVER= 2
|
||||
.endif
|
||||
|
||||
MANPREFIX= ${PREFIX}/openssl
|
||||
|
Loading…
x
Reference in New Issue
Block a user