contrib: updated njs to 0.7.12.

This commit is contained in:
Konstantin Pavlov
2023-04-11 15:48:01 -07:00
parent fcff55acb6
commit 4f8a9e305d
3 changed files with 6 additions and 3 deletions

View File

@@ -15,5 +15,8 @@ njs: njs-$(NJS_VERSION).tar.gz .sum-njs
$(MOVE)
.njs: njs
cd $< && ./configure --no-libxml2 && $(MAKE) libnjs
cd $< && ./configure \
--no-libxml2 \
--no-zlib \
&& $(MAKE) libnjs
touch $@