diff --git a/debian/patches/mbstate_workaround_issue_62523.diff b/debian/patches/mbstate_workaround_issue_62523.diff deleted file mode 100644 index 32b52455..00000000 --- a/debian/patches/mbstate_workaround_issue_62523.diff +++ /dev/null @@ -1,17 +0,0 @@ -Index: llvm-toolchain-snapshot_17~++20230530094321+b187215a44f7/libcxx/include/__mbstate_t.h -=================================================================== ---- llvm-toolchain-snapshot_17~++20230530094321+b187215a44f7.orig/libcxx/include/__mbstate_t.h -+++ llvm-toolchain-snapshot_17~++20230530094321+b187215a44f7/libcxx/include/__mbstate_t.h -@@ -35,7 +35,11 @@ - # define __CORRECT_ISO_CPP_WCHAR_H_PROTO - #endif - --#if __has_include() -+ -+#if __has_include() // Probe for musl -+#define __NEED_mbstate_t // Tell musl we need __mbstate_t (and nothing else) -+#include -+#elif __has_include() - # include // works on most Unixes - #elif __has_include() - # include // works on Darwin diff --git a/debian/patches/series b/debian/patches/series index 372ab88a..f2744617 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -148,4 +148,3 @@ unwind-force-pthread-dl.diff force-sse2-compiler-rt.diff bolt-disable-emit-relocs.patch link-grpc.diff -mbstate_workaround_issue_62523.diff