summaryrefslogtreecommitdiffhomepage
path: root/pkg/contrib/src/njs/Makefile
diff options
context:
space:
mode:
authorKonstantin Pavlov <thresh@nginx.com>2023-02-27 15:45:04 -0800
committerKonstantin Pavlov <thresh@nginx.com>2023-02-27 15:45:04 -0800
commit132f7d18a27b81e65d4390d425c429ce2bbc11af (patch)
treed31aa68d43915d4a1e6feb8bf36471e7d03099c6 /pkg/contrib/src/njs/Makefile
parentbbeccabe0a40c689466d97570e44829e3c1ddb3b (diff)
downloadunit-132f7d18a27b81e65d4390d425c429ce2bbc11af.tar.gz
unit-132f7d18a27b81e65d4390d425c429ce2bbc11af.tar.bz2
contrib: updated njs to 0.7.10.
Diffstat (limited to '')
-rw-r--r--pkg/contrib/src/njs/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@