[ext-imap] Fix dependencies on Alpine 3.11

pull/118/head
Yannoff 2020-02-14 14:38:07 +01:00 committed by Michele Locati
parent 7322b1da6a
commit 08727c5685
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ buildRequiredPackageLists() {
if test -z "$(apk info 2>/dev/null | grep -E ^libssl)"; then if test -z "$(apk info 2>/dev/null | grep -E ^libssl)"; then
buildRequiredPackageLists_libssl='libssl1.0' buildRequiredPackageLists_libssl='libssl1.0'
elif test -z "$(apk info 2>/dev/null | grep -E '^libressl.*-libtls')"; then elif test -z "$(apk info 2>/dev/null | grep -E '^libressl.*-libtls')"; then
buildRequiredPackageLists_libssl='libressl2.7-libtls' buildRequiredPackageLists_libssl=$(apk search -q libressl*-libtls)
else else
buildRequiredPackageLists_libssl='' buildRequiredPackageLists_libssl=''
fi fi