contrib: updated njs to 0.7.10.

This commit is contained in:
Konstantin Pavlov
2023-02-27 15:45:04 -08:00
parent bbeccabe0a
commit 132f7d18a2
3 changed files with 3 additions and 3 deletions

View File

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