From c9b1a5d48d1761a158bb4b4f99e5bdfe80f22ac8 Mon Sep 17 00:00:00 2001 From: Michele Locati Date: Mon, 27 Jul 2020 17:35:20 +0200 Subject: [PATCH] Ignore zookeeper compilation warnings --- install-php-extensions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-php-extensions b/install-php-extensions index c9df1c8..4a1bb0f 100755 --- a/install-php-extensions +++ b/install-php-extensions @@ -1314,7 +1314,7 @@ installPECLModule() { installPECLModule_src="$(getPackageSource https://downloads.apache.org/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz)" cd -- "$installPECLModule_src/zookeeper-client/zookeeper-client-c" ./configure --without-cppunit - make -j$(nproc) + make -j$(nproc) CFLAGS='-Wno-stringop-truncation -Wno-format-overflow' make install cd - >/dev/null fi