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:
parent
79071da2b2
commit
8fd51cd1f6
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue