diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 03:56:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 03:56:14 +0000 |
commit | fed10146bebe14d0cc75db3b968a20b4617d98c9 (patch) | |
tree | bee4d941ee68132e11e8d54807984dfbe362c61c /debian/control | |
parent | Adding debian version 1.70.0+dfsg1-7. (diff) | |
download | rustc-fed10146bebe14d0cc75db3b968a20b4617d98c9.tar.xz rustc-fed10146bebe14d0cc75db3b968a20b4617d98c9.zip |
Adding debian version 1.70.0+dfsg1-8.debian/1.70.0+dfsg1-8
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 112547e10..f7cb8bd97 100644 --- a/debian/control +++ b/debian/control @@ -20,11 +20,11 @@ Build-Depends: llvm-16-tools:native, gcc-mingw-w64-x86-64-posix:native [amd64] <!nowindows>, gcc-mingw-w64-i686-posix:native [i386] <!nowindows>, - libllvm16 (>= 1:16.0.0), + libllvm16t64 (>= 1:16.0.0), libclang-rt-16-dev:native, cmake (>= 3.0) | cmake3, # needed by some vendor crates - pkg-config, + pkgconf, # this is sometimes needed by rustc_llvm zlib1g-dev:native, zlib1g-dev, |