void-packages/srcpkgs/chromium/files/musl-patches/musl-hacks.patch
2016-11-28 16:51:19 +01:00

11 lines
272 B
Diff

--- ./base/debug/stack_trace.cc.orig
+++ ./base/debug/stack_trace.cc
@@ -33,7 +33,7 @@
std::string StackTrace::ToString() const {
std::stringstream stream;
-#if !defined(__UCLIBC__)
+#if defined(__GLIBC__)
OutputToStream(&stream);
#endif
return stream.str();