From f4298180ebae2de1658684b0dc6604387b372a73 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Mon, 27 Feb 2023 15:45:04 -0800 Subject: contrib: updated njs to 0.7.10. --- pkg/contrib/src/njs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/contrib/src/njs/Makefile') diff --git a/pkg/contrib/src/njs/Makefile b/pkg/contrib/src/njs/Makefile index 54255aef..4e752df5 100644 --- a/pkg/contrib/src/njs/Makefile +++ b/pkg/contrib/src/njs/Makefile @@ -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 $@ -- cgit