mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-02 09:27:58 +01:00
Ignore zookeeper compilation warnings
This commit is contained in:
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)"
|
||||
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…
Reference in New Issue
Block a user