mirror of
https://github.com/danog/docker-php-extension-installer.git
synced 2024-12-03 09:57:52 +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)"
|
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
Block a user