From 132f7d18a27b81e65d4390d425c429ce2bbc11af 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 From 1d515879f179fdbb9ef685ebdfd5083d7ac1afbc Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Tue, 28 Feb 2023 10:42:18 -0800 Subject: contrib: fixed njs make rule. --- 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 4e752df5..07740895 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 --no-libxml2 && $(MAKE) libnjs + cd $< && ./configure --no-libxml2 && $(MAKE) libnjs touch $@ -- cgit From 4f8a9e305d0b45a455cb303bd29faaec0b80af02 Mon Sep 17 00:00:00 2001 From: Konstantin Pavlov Date: Tue, 11 Apr 2023 15:48:01 -0700 Subject: contrib: updated njs to 0.7.12. --- pkg/contrib/src/njs/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pkg/contrib/src/njs/Makefile') diff --git a/pkg/contrib/src/njs/Makefile b/pkg/contrib/src/njs/Makefile index 07740895..6a4fdf9d 100644 --- a/pkg/contrib/src/njs/Makefile +++ b/pkg/contrib/src/njs/Makefile @@ -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 $@ -- cgit