mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-11 09:32:41 +00:00
Fix installing xmldiff on Debian Jessie (#1071)
This commit is contained in:
parent
13a00f93c5
commit
315e3632be
1 changed files with 11 additions and 0 deletions
|
@ -4584,6 +4584,17 @@ installRemoteModule() {
|
|||
addConfigureOption enable-reader yes
|
||||
fi
|
||||
;;
|
||||
xmldiff)
|
||||
installRemoteModule_version="$(resolvePeclStabilityVersion "$installRemoteModule_module" "$installRemoteModule_version")"
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
case "$DISTRO_VERSION" in
|
||||
debian@8)
|
||||
# The gcc version of Debian Jessie is too old => error: 'nullptr' was not declared in this scope
|
||||
installRemoteModule_version=1.1.4
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
;;
|
||||
xmlrpc)
|
||||
if test -z "$installRemoteModule_version"; then
|
||||
installRemoteModule_version=beta
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue