1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2024-12-26 05:55:24 +00:00

Suppress configure output

This commit is contained in:
Jose Diaz-Gonzalez 2016-09-20 01:20:17 -06:00
parent 9c7cde74ad
commit b69c1f3854

View File

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