mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 17:12:39 +00:00
Fix installing ion (#1057)
This commit is contained in:
parent
2983675113
commit
42eb38fe58
1 changed files with 1 additions and 1 deletions
|
@ -3347,7 +3347,7 @@ installRemoteModule() {
|
|||
git submodule update -q
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Release .. -Wno-dev
|
||||
CFLAGS='-Wno-incompatible-pointer-types -Wno-stringop-overflow -Wno-discarded-qualifiers' cmake -DCMAKE_BUILD_TYPE=Release .. -Wno-dev
|
||||
make clean
|
||||
make -j$(getProcessorCount) install
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue