mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 21:50:41 +00:00
and to include libpolly-15-dev
This commit is contained in:
parent
11244f6040
commit
0b408150ba
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -9,6 +9,7 @@ llvm-toolchain-15 (1:15.0.7-5~exp3) UNRELEASED; urgency=medium
|
||||
llvm-toolchain-15 (1:15.0.7-5~exp2) experimental; urgency=medium
|
||||
|
||||
* Also apply the workround of issue #62621 for focal
|
||||
and to include libpolly-15-dev
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 10 Jun 2023 11:52:14 +0200
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -540,7 +540,7 @@ preconfigure:
|
||||
# Yeah, this is ugly but I don't know how to do better
|
||||
if test "$(DISTRO)" = "jammy" -o "$(DISTRO)" = "kinetic" -o "$(DISTRO)" = "focal"; then \
|
||||
if test "$(LLVM_VERSION)" = "15"; then \
|
||||
sed -i -e "s|libclang-common-15-dev (<< 1:15.0.6-5)|libclang-common-15-dev (<< 1:15.0.6-5), libclang-common-15-dev (= 1:15.0.7-0ubuntu0.22.04.1)|g" debian/control; \
|
||||
sed -i -e "s|libclang-common-15-dev (<< 1:15.0.6-5)|libclang-common-15-dev (<< 1:15.0.6-5), libclang-common-15-dev (= 1:15.0.7-0ubuntu0.22.04.1), libpolly-15-dev (= 1:15.0.7-0ubuntu0.22.04.1)|g" debian/control; \
|
||||
fi; \
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user