Fix installing uopz (#1064)

pull/1056/head^2 2.7.22
Michele Locati 2025-02-05 18:01:33 +01:00 committed by GitHub
parent cdf0cb944d
commit ef1399ad5c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -4467,6 +4467,7 @@ installRemoteModule() {
installRemoteModule_manuallyInstalled=1 installRemoteModule_manuallyInstalled=1
;; ;;
uopz) uopz)
installRemoteModule_cppflags='-Wno-incompatible-pointer-types'
if test -z "$installRemoteModule_version"; then if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then if test $PHP_MAJMIN_VERSION -le 506; then
installRemoteModule_version=2.0.7 installRemoteModule_version=2.0.7