Convert to USES=ssl.
Sponsored by: Absolight
This commit is contained in:
parent
1cb1c85739
commit
8301c5d5e3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419836
3 changed files with 3 additions and 3 deletions
|
@ -103,7 +103,7 @@ FETCHLIMIT_CONFIGURE_ENABLE= fetchlimit
|
|||
QUERYTRACE_CONFIGURE_ENABLE= querytrace
|
||||
|
||||
SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
|
||||
SSL_USE= openssl=yes
|
||||
SSL_USES= ssl
|
||||
SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl
|
||||
|
||||
LMDB_CONFIGURE_WITH= lmdb
|
||||
|
|
|
@ -127,7 +127,7 @@ CONFLICTS+= bind-tools-9.*
|
|||
.endif # BIND_TOOLS_SLAVE
|
||||
|
||||
SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
|
||||
SSL_USE= openssl=yes
|
||||
SSL_USES= ssl
|
||||
SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl
|
||||
|
||||
NEWSTATS_CONFIGURE_ENABLE= newstats
|
||||
|
|
|
@ -92,7 +92,7 @@ FETCHLIMIT_CONFIGURE_ENABLE= fetchlimit
|
|||
QUERYTRACE_CONFIGURE_ENABLE= querytrace
|
||||
|
||||
SSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
|
||||
SSL_USE= openssl=yes
|
||||
SSL_USES= ssl
|
||||
SSL_CONFIGURE_OFF= --disable-openssl-version-check --without-openssl
|
||||
|
||||
NEWSTATS_CONFIGURE_ENABLE= newstats
|
||||
|
|
Loading…
Reference in a new issue