Fix installing seaslog (#1061)

pull/1062/head 2.7.19
Michele Locati 2025-02-05 17:48:26 +01:00 committed by GitHub
parent 79071da2b2
commit 8fd51cd1f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -3942,6 +3942,9 @@ installRemoteModule() {
fi
fi
;;
seaslog)
installRemoteModule_cppflags='-Wno-incompatible-pointer-types'
;;
smbclient)
if test -z "$installRemoteModule_version"; then
if test $PHP_MAJMIN_VERSION -le 506; then