mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-09 08:32:42 +00:00
Ignore zookeeper compilation warnings
This commit is contained in:
parent
476e710e91
commit
c9b1a5d48d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue