1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-08 16:17:20 +00:00

Fix installing gprc on Alpine Linux 3.13

This commit is contained in:
Michele Locati 2021-01-26 09:53:18 +01:00
parent fc1917b4ef
commit c453c087dd
No known key found for this signature in database
GPG key ID: 98B7CE2E7234E28B

View file

@ -1516,6 +1516,13 @@ installRemoteModule() {
installRemoteModule_version=1.33.1
fi
fi
if test -z "$installRemoteModule_version" || test "$installRemoteModule_version" = 1.35.0; then
case "$DISTRO_VERSION" in
alpine@3.13)
installRemoteModule_cppflags='-Wno-maybe-uninitialized'
;;
esac
fi
;;
http)
installRemoteModule_module=pecl_http