diff --git a/bin/compile b/bin/compile index ac2da78..b4dea75 100755 --- a/bin/compile +++ b/bin/compile @@ -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} \