mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-12-25 05:35:25 +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
|
||||
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} \
|
||||
|
Loading…
Reference in New Issue
Block a user