Skip to content

Commit

Permalink
Fix compilation error njs/quickjs
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Nov 8, 2024
1 parent 3e5f9b2 commit 164c95c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ RUN \
&& mkdir -p /var/run/nginx/ \
&& cd /usr/src/nginx-$NGINX_VERSION \
&& ./auto/configure $CONFIG \
&& make -j"$(getconf _NPROCESSORS_ONLN)"
&& CFLAGS="-I/usr/src/quickjs" LDFLAGS="-L/usr/src/quickjs -lquickjs" \
make -j"$(getconf _NPROCESSORS_ONLN)"

RUN \
cd /usr/src/nginx-$NGINX_VERSION \
Expand Down

0 comments on commit 164c95c

Please sign in to comment.