mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Fix installing event (#584)
This commit is contained in:
parent
3ff30a43fb
commit
765d4c8517
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue