diff --git a/debian/changelog b/debian/changelog index ade4e2c1..96da9663 100644 --- a/debian/changelog +++ b/debian/changelog @@ -63,7 +63,7 @@ llvm-toolchain-snapshot (1:17~++20230128060150+75153adeda1a-1~exp1) experimental -- Sylvestre Ledru Sat, 28 Jan 2023 18:07:40 +0100 -llvm-toolchain-16 (1:16.0.6-5) UNRELEASED; urgency=medium +llvm-toolchain-16 (1:16.0.6-5) unstable; urgency=medium [ Samuel Thibault ] * Fix hurd build by fixing Linux-specific lines. diff --git a/debian/rules b/debian/rules index 6d8596a3..3fe945ae 100755 --- a/debian/rules +++ b/debian/rules @@ -726,7 +726,7 @@ endif -DBOOTSTRAP_LLVM_POLLY_LINK_INTO_TOOLS=ON \ -DBOOTSTRAP_LLVM_EXPERIMENTAL_TARGETS_TO_BUILD="M68k;Xtensa" \ -DBOOTSTRAP_LLVM_LINK_LLVM_DYLIB=ON \ - -DBOOTSTRAP_LLVM_ENABLE_CURL=ON \ + -DBOOTSTRAP_LLVM_ENABLE_CURL=ON \ -DBOOTSTRAP_CLANG_LINK_CLANG_DYLIB=ON \ -DBOOTSTRAP_LIBCLANG_LIBRARY_VERSION=$(SONAME_EXT) \ -DBOOTSTRAP_LIBCXX_INSTALL_EXPERIMENTAL_LIBRARY=ON \