irc/libircclient: Fix build with OpenSSL 1.1.1
PR: 232126 Submitted by: ndowens@yahoo.com Approved by: jlaffaye (maintainer timeout, 2 months)
This commit is contained in:
parent
9b1db019d2
commit
29c208b31b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487026
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ OPTIONS_DEFINE= OPENSSL IPV6 EXAMPLES
|
|||
OPTIONS_DEFAULT= OPENSSL
|
||||
|
||||
OPENSSL_USES= ssl
|
||||
OPENSSL_CONFIGURE_ENV= ac_cv_lib_ssl_SSL_library_init=yes
|
||||
OPENSSL_CONFIGURE_ENABLE= openssl
|
||||
OPENSSL_LDFLAGS= -L${OPENSSLLIB}
|
||||
OPENSSL_CFLAGS= -I${OPENSSLINC}
|
||||
|
|
Loading…
Reference in a new issue