diff options
Diffstat (limited to 'scripts/nginx.sh')
| -rw-r--r-- | scripts/nginx.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/nginx.sh b/scripts/nginx.sh index 5035a19..de7fb0e 100644 --- a/scripts/nginx.sh +++ b/scripts/nginx.sh @@ -14,7 +14,7 @@ cd "$BUILD_DIR" export CFLAGS="-static -I$prefix/usr/include" export LDFLAGS="-static -L$prefix/usr/lib" export DESTDIR="$prefix" -make clean || echo "" +# make clean || echo "" > /dev/null ./configure --prefix=/usr \ --without-pcre \ --conf-path="/etc/nginx/nginx.conf" \ @@ -30,5 +30,4 @@ sed -e"s/^CC =.*$/CC = ${BUILD_TGT}-gcc/g" \ -e'1aLDFLAGS = -static' \ objs/Makefile.bak > objs/Makefile make -j$(nproc) -# make make install |
