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
pull/269/head
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
1 changed files with 0 additions and 9 deletions

View File

@ -1810,15 +1810,6 @@ installRemoteModule() {
addConfigureOption 'enable-redis-zstd' 'yes' addConfigureOption 'enable-redis-zstd' 'yes'
fi 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) snuffleupagus)
if test -z "$installRemoteModule_version"; then if test -z "$installRemoteModule_version"; then
installRemoteModule_version=0.7.0 installRemoteModule_version=0.7.0