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:
parent
fc1917b4ef
commit
c453c087dd
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue