Revision d73d911c
Added by Luiz Souza over 6 years ago
tools/conf/pfPorts/make.conf | ||
---|---|---|
20 | 20 |
CONFIGURE_ARGS= --without-openssl-header-check |
21 | 21 |
.endif |
22 | 22 |
|
23 |
DEFAULT_VERSIONS= php=72 ssl=base
|
|
23 |
DEFAULT_VERSIONS= php=72 ssl=openssl
|
|
24 | 24 |
PHP_FD_SETSIZE= 3172 |
25 | 25 |
|
26 | 26 |
. if ${.CURDIR:N*sysutils/check_reload_status*}=="" |
Also available in: Unified diff
Use the OpenSSL from ports for now.
This should allow the build of the broken ports (no OpenSSL 1.1.0 support).