File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,9 @@ export OPENTELEMETRY_CPP_VERSION=v1.18.0
104104# Check for recent changes: https://github.com/open-telemetry/opentelemetry-proto/compare/v1.5.0...main
105105export OPENTELEMETRY_PROTO_VERSION=v1.5.0
106106
107+ # Check for recent changes: https://github.com/nginx/njs/compare/0.8.10...master
108+ export NJS_VERSION=0.8.10
109+
107110export BUILD_PATH=/tmp/build
108111
109112ARCH=$( uname -m)
@@ -267,6 +270,9 @@ get_src efb767487ea3f6031577b9b224467ddbda2ad51a41c5867a47582d4ad85d609e \
267270get_src d74f86ada2329016068bc5a243268f1f555edd620b6a7d6ce89295e7d6cf18da \
268271 " https://github.com/microsoft/mimalloc/archive/${MIMALOC_VERSION} .tar.gz" " mimalloc"
269272
273+ get_src abc123 \
274+ " https://github.com/nginx/njs/archive/${NJS_VERSION} .tar.gz" " njs"
275+
270276# improve compilation times
271277CORES=$(( $(grep - c ^processor / proc/ cpuinfo) - 1 ))
272278
@@ -485,7 +491,8 @@ WITH_MODULES=" \
485491 --add-dynamic-module=$BUILD_PATH /nginx-http-auth-digest \
486492 --add-dynamic-module=$BUILD_PATH /ModSecurity-nginx \
487493 --add-dynamic-module=$BUILD_PATH /ngx_http_geoip2_module \
488- --add-dynamic-module=$BUILD_PATH /ngx_brotli"
494+ --add-dynamic-module=$BUILD_PATH /ngx_brotli \
495+ --add-dynamic-module=$BUILD_PATH /njs/nginx"
489496
490497./configure \
491498 --prefix=/usr/local/nginx \
You can’t perform that action at this time.
0 commit comments