Skip to content

Commit

Permalink
Fix installing seaslog (#1061)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Feb 5, 2025
1 parent 79071da commit 8fd51cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8fd51cd

Please sign in to comment.