Suppress configure output

This commit is contained in:
Jose Diaz-Gonzalez 2016-09-20 01:20:17 -06:00
parent 9c7cde74ad
commit b69c1f3854
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ cd "nginx-${NGINX_VERSION}"
if [[ ! -f "${CACHE_DIR}/bin/nginx" ]]; then
echo "-----> Compiling static nginx binary"
mkdir "$BUILD_DIR/nginx"
./configure \
suppress ./configure \
--with-cpu-opt=generic \
--prefix="$BUILD_DIR/nginx" \
--with-pcre=../pcre-${PCRE_VERSION} \