summaryrefslogtreecommitdiffhomepage
path: root/pkg/contrib/src/njs/Makefile
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2023-04-11 15:48:01 -0700
committerKonstantin Pavlov <thresh@nginx.com>2023-04-11 15:48:01 -0700
commit4f8a9e305d0b45a455cb303bd29faaec0b80af02 (patch)
treebed7b49b8cfcb6d1755819d61570d5525aeb6c30 /pkg/contrib/src/njs/Makefile
parentfcff55acb61be0b9818075e8fb9d3cc80dd97b31 (diff)
downloadunit-4f8a9e305d0b45a455cb303bd29faaec0b80af02.tar.gz
unit-4f8a9e305d0b45a455cb303bd29faaec0b80af02.tar.bz2
contrib: updated njs to 0.7.12.
Diffstat (limited to '')
-rw-r--r--pkg/contrib/src/njs/Makefile5
1 files changed, 4 insertions, 1 deletions
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 $@