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:
parent
9c7cde74ad
commit
b69c1f3854
@ -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} \
|
||||||
|
Loading…
Reference in New Issue
Block a user