diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 21:00:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-21 21:01:17 +0000 |
commit | 4b413b4f15ddf54fa2bf529a09e2ea37cbae2800 (patch) | |
tree | bf4472393698fb7e201437b30d0b855b4a2ae280 /debian | |
parent | Updating vcs fields. (diff) | |
download | node-undici-4b413b4f15ddf54fa2bf529a09e2ea37cbae2800.tar.xz node-undici-4b413b4f15ddf54fa2bf529a09e2ea37cbae2800.zip |
Building with llvm-toolchain-14 instead of llvm-toolchain-16.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index d8dc76d..8cc4f6b 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,9 @@ XSBC-Original-Uploaders: Yadd <yadd@debian.org> Bugs: mailto:maintainers@lists.progress-linux.org Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs (>= 0.14.22~) - , clang (>= 1:16) + , clang (>= 1:14) , cmake - , lld (>= 1:16) + , lld (>= 1:14) , node-debug , node-esbuild , node-semver |