1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-09 00:22:40 +00:00

Use recent smbclient version even on old Alpine versions

Thanks to https://github.com/eduardok/libsmbclient-php/issues/79
it's now possible again even on old Alpine versions.

Test: smbclient
This commit is contained in:
Michele Locati 2021-01-22 08:39:15 +01:00
parent f1a8d0c66c
commit c2d61adf13
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B

View file

@ -1810,15 +1810,6 @@ installRemoteModule() {
addConfigureOption 'enable-redis-zstd' 'yes'
fi
;;
smbclient)
if test -z "$installRemoteModule_version"; then
case "$DISTRO_VERSION" in
alpine@3.7 | alpine@3.8 | alpine@3.9)
installRemoteModule_version=1.0.1
;;
esac
fi
;;
snuffleupagus)
if test -z "$installRemoteModule_version"; then
installRemoteModule_version=0.7.0