Fix compilation with SSL.
Submitted by: Sture à hlin <sture.ahlin@telia.com>
This commit is contained in:
parent
7c801b712d
commit
13e5b5f8bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282067
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ OPTIONS= GNUTLS "Support for SSL via GnuTLS" Off \
|
|||
IGNORE= GNUTLS and OPENSSL are mutually exclusive, enable at most one of them
|
||||
.endif
|
||||
.include "${PORTSDIR}/Mk/bsd.openssl.mk"
|
||||
CONFIGURE_ARGS+=--with-ssl
|
||||
CONFIGURE_ARGS+=--with-ssl=openssl
|
||||
CPPFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
.elif !defined(WITHOUT_GNUTLS)
|
||||
|
|
Loading…
Reference in a new issue