diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2023-02-27 15:45:04 -0800 |
---|---|---|
committer | Konstantin Pavlov <thresh@nginx.com> | 2023-02-27 15:45:04 -0800 |
commit | 132f7d18a27b81e65d4390d425c429ce2bbc11af (patch) | |
tree | d31aa68d43915d4a1e6feb8bf36471e7d03099c6 /pkg/contrib/src/njs/Makefile | |
parent | bbeccabe0a40c689466d97570e44829e3c1ddb3b (diff) | |
download | unit-132f7d18a27b81e65d4390d425c429ce2bbc11af.tar.gz unit-132f7d18a27b81e65d4390d425c429ce2bbc11af.tar.bz2 |
contrib: updated njs to 0.7.10.
Diffstat (limited to '')
-rw-r--r-- | pkg/contrib/src/njs/Makefile | 2 |
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 $@ |