From ec43acc35f9e8c45b590b20ec07c3544156a8838 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Wed, 5 Feb 2025 16:23:34 +0100 Subject: [PATCH] Fix installing phalcon Test: phalcon --- install-php-extensions | 1 + 1 file changed, 1 insertion(+) diff --git a/install-php-extensions b/install-php-extensions index c8956568..fa3cdcb6 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3703,6 +3703,7 @@ installRemoteModule() { installRemoteModule_version=5.4.0 fi fi + installRemoteModule_cppflags='-Wno-incompatible-pointer-types' ;; php_trie) if ! test -f /usr/local/include/hat-trie/include/tsl/htrie_map.h; then