mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update version number of ssl shared library from openssl port.
This commit is contained in:
parent
b6c292744f
commit
a7ad4c10fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43186
@ -81,7 +81,7 @@ EPOPPASSD= "@comment "
|
||||
.if exists(/usr/lib/libssl.a) && exists(/usr/lib/libcrypto.a)
|
||||
CONFIGURE_ARGS+= --with-openssl=/usr
|
||||
.elif exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a)
|
||||
LIB_DEPENDS+= ssl.1:${PORTSDIR}/security/openssl
|
||||
LIB_DEPENDS+= ssl.2:${PORTSDIR}/security/openssl
|
||||
CONFIGURE_ARGS+= -with-includes=${LOCALBASE}/include/openssl --with-openssl=${LOCALBASE}
|
||||
CONFIGURE_ENV+= RSAGLUE="${RSAGLUE}"
|
||||
.if exists(${LOCALBASE}/lib/librsaref.a)
|
||||
|
@ -18,7 +18,7 @@ USE_BZIP2= yes
|
||||
|
||||
.if !exists(/usr/lib/libssl.a) || !exists(/usr/lib/libcrypto.a)
|
||||
.if exists(${LOCALBASE}/lib/libssl.a) && exists(${LOCALBASE}/lib/libcrypto.a)
|
||||
LIB_DEPENDS+= ssl.1:${PORTSDIR}/security/openssl
|
||||
LIB_DEPENDS+= ssl.2:${PORTSDIR}/security/openssl
|
||||
MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
RSAGLUE="${RSAGLUE}"
|
||||
|
Loading…
Reference in New Issue
Block a user