Fix installing event (#584)

pull/585/head 1.5.20
Michele Locati 2022-06-06 10:28:55 +02:00 committed by GitHub
parent 3ff30a43fb
commit 765d4c8517
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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