Fix installing gprc on Alpine Linux 3.13
parent
fc1917b4ef
commit
c453c087dd
|
@ -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…
Reference in New Issue