From d73d911c2a545d4485a3d752dd31759d4b96a445 Mon Sep 17 00:00:00 2001 From: Luiz Souza Date: Wed, 13 Feb 2019 14:18:44 -0200 Subject: [PATCH] Use the OpenSSL from ports for now. This should allow the build of the broken ports (no OpenSSL 1.1.0 support). --- tools/conf/pfPorts/make.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index 47322d4884..0a234cd64a 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -20,7 +20,7 @@ CFLAGS+= -static CONFIGURE_ARGS= --without-openssl-header-check .endif -DEFAULT_VERSIONS= php=72 ssl=base +DEFAULT_VERSIONS= php=72 ssl=openssl PHP_FD_SETSIZE= 3172 . if ${.CURDIR:N*sysutils/check_reload_status*}==""