From 765d4c8517478e27cbbeb873048ec02e26388146 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Mon, 6 Jun 2022 10:28:55 +0200 Subject: [PATCH] Fix installing event (#584) --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index b8c698e..c885227 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -2481,7 +2481,7 @@ installRemoteModule() { addConfigureOption with-event-ns no fi # openssl installation prefix - addConfigureOption with-openssl-dir no + addConfigureOption with-openssl-dir yes elif test $(compareVersions "$installRemoteModule_version" 1.7.6) -ge 0; then # Enable internal debugging in Event addConfigureOption enable-event-debug no