Ignore zookeeper compilation warnings
parent
476e710e91
commit
c9b1a5d48d
|
@ -1314,7 +1314,7 @@ installPECLModule() {
|
||||||
installPECLModule_src="$(getPackageSource https://downloads.apache.org/zookeeper/zookeeper-3.4.14/zookeeper-3.4.14.tar.gz)"
|
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"
|
cd -- "$installPECLModule_src/zookeeper-client/zookeeper-client-c"
|
||||||
./configure --without-cppunit
|
./configure --without-cppunit
|
||||||
make -j$(nproc)
|
make -j$(nproc) CFLAGS='-Wno-stringop-truncation -Wno-format-overflow'
|
||||||
make install
|
make install
|
||||||
cd - >/dev/null
|
cd - >/dev/null
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue