Compile with C99 (#2)

This commit is contained in:
simon987 2020-03-24 10:06:12 -04:00
parent 19bfd5e46c
commit 2a4ac62c52

View File

@ -13,6 +13,6 @@ echo $CONFIG_ARGS
( (
cd ${NGINX_PATH} || exit cd ${NGINX_PATH} || exit
bash -c "./configure ${CONFIG_ARGS}" bash -c "./configure ${CONFIG_ARGS}"
make modules -j "$(nproc)" CFLAGS=-std=c99 make modules -j "$(nproc)"
) )