Merge pull request #269 from mlocati/smbclient

Use recent smbclient version even on old Alpine versions
pull/273/head 1.1.44
Michele Locati 2021-01-22 08:57:01 +01:00 committed by GitHub
commit ecc7ca0f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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