Fix installing gprc on Alpine Linux 3.13

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

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