From cdf0cb944da351b40573ba3b0958ee7795e36997 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 5 Feb 2025 18:00:04 +0100 Subject: [PATCH] Fix installing tensor (#1063) --- install-php-extensions | 1 + 1 file changed, 1 insertion(+) diff --git a/install-php-extensions b/install-php-extensions index 5f47de6..41b5686 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -4399,6 +4399,7 @@ installRemoteModule() { fi ;; tensor) + installRemoteModule_cppflags='-Wno-incompatible-pointer-types' if test -z "$installRemoteModule_version"; then if test $PHP_MAJMIN_VERSION -le 703; then installRemoteModule_version=2.2.3