File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ make CC=musl-gcc -j"$(nproc)"
8686cd ../bash-${bash_version}
8787curl -#Lo bash.patch " https://raw.githubusercontent.com/robxu9/bash-static/master/custom/bash-musl-strtoimax-debian-1023053.patch"
8888patch -Np1 < ./bash.patch
89- CFLAGS=" ${CFLAGS} -Wno-error=implicit-function-declaration -static" CC=musl-gcc ./configure --without-bash-malloc
89+ CFLAGS=" ${CFLAGS} -std=gnu17 - Wno-error=implicit-function-declaration -static" CC=musl-gcc ./configure --without-bash-malloc
9090autoconf -f
91- CFLAGS=" ${CFLAGS} -Wno-error=implicit-function-declaration -static" CC=musl-gcc ./configure --without-bash-malloc
92- CFLAGS=" ${CFLAGS} -Wno-error=implicit-function-declaration -static" CC=musl-gcc make -j" $( nproc) "
91+ CFLAGS=" ${CFLAGS} -std=gnu17 - Wno-error=implicit-function-declaration -static" CC=musl-gcc ./configure --without-bash-malloc
92+ CFLAGS=" ${CFLAGS} -std=gnu17 - Wno-error=implicit-function-declaration -static" CC=musl-gcc make -j" $( nproc) "
9393
9494if [ " ${build_dwarfs} " != " true" ]; then
9595 cd ../squashfuse-" ${squashfuse_version} " || exit 1
You can’t perform that action at this time.
0 commit comments