From ba2658574b25a96af37d1ecd2656ab6a283136a6 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 22 Jul 2023 16:25:48 +0000 Subject: [PATCH 1/3] Add missing flag --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index e35c3c22..41d7bec9 100755 --- a/debian/rules +++ b/debian/rules @@ -1266,7 +1266,7 @@ ifneq (,$(filter libc++-$(LLVM_VERSION)-dev-wasm32, $(shell dh_listpackages))) # Because of hurd, we are more flexible in what we include in libclang-X.Y-rt # but we don't want to install wasi files into libclang-rt as they have their own package # So, we remove this directory from the package - rm -f $(CURDIR)/debian/libclang-rt-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION)/lib/wasi/ + rm -fr $(CURDIR)/debian/libclang-rt-$(LLVM_VERSION)-dev/usr/lib/llvm-$(LLVM_VERSION)/lib/clang/$(LLVM_VERSION)/lib/wasi/ endif From c013cd32e24c8059df7dabf709e1e2066827b009 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 23 Jul 2023 08:41:21 +0200 Subject: [PATCH 2/3] fix the version --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 56b63f2e..478a5aae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -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. From 4250a0c08216a6478b1662d0da6959e011389610 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 23 Jul 2023 08:42:11 +0200 Subject: [PATCH 3/3] replace spaces by tab --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 41d7bec9..4751d428 100755 --- a/debian/rules +++ b/debian/rules @@ -701,7 +701,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 \