diff --git a/install-php-extensions b/install-php-extensions index 9ebf17c3..c8956568 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -3347,7 +3347,7 @@ installRemoteModule() { git submodule update -q mkdir -p build cd build - cmake -DCMAKE_BUILD_TYPE=Release .. -Wno-dev + CFLAGS='-Wno-incompatible-pointer-types -Wno-stringop-overflow -Wno-discarded-qualifiers' cmake -DCMAKE_BUILD_TYPE=Release .. -Wno-dev make clean make -j$(getProcessorCount) install )