Ignore zookeeper compilation warnings

pull/153/head
Michele Locati 2020-07-27 17:35:20 +02:00
parent 476e710e91
commit c9b1a5d48d
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 1 deletions

View File

@ -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