- update SSL support.
defaults to openssl port (now 0.9.6.h) New options: use the lastest version (now 0.9.7) USE_OPENSSL_BETA=yes use the base version with USE_OPENSSL_BASE=yes
This commit is contained in:
parent
7ad2d80993
commit
3b9960f975
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73675
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,6 @@ MAINTAINER= ports@freebsd.org
|
|||
APACHE_VERSION= 1.3.27
|
||||
APACHE_SSL_VERSION= 1.48
|
||||
|
||||
USE_OPENSSL= YES
|
||||
USE_PERL5= YES
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
@ -52,6 +51,7 @@ USE_PERL5= YES
|
|||
#
|
||||
# Set APACHE_PERF_TUNING env. variable to YES to get maximum performance
|
||||
#
|
||||
.include "${PORTSDIR}/security/openssl/Makefile.ssl"
|
||||
|
||||
CFLAGS+= -I${OPENSSLINC}/openssl
|
||||
|
||||
|
|
Loading…
Reference in a new issue