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 | f4298180ebae2de1658684b0dc6604387b372a73 (patch) | |
tree | 02498cb204001f9d963e133011fe46c0eb4d1f74 /pkg/contrib/src/njs/Makefile | |
parent | 29471c8d32a640d6e2e460f65d5a319c60043733 (diff) | |
download | unit-f4298180ebae2de1658684b0dc6604387b372a73.tar.gz unit-f4298180ebae2de1658684b0dc6604387b372a73.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 $@ |