1
0
Fork 0
mirror of https://github.com/mlocati/docker-php-extension-installer synced 2025-05-10 00:52:45 +00:00

Fix installing seaslog (#1061)

This commit is contained in:
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

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