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
2 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue