From 60ebd1c3e7309f2c4afd2114ca8c6b036a587ea0 Mon Sep 17 00:00:00 2001 From: khanku Date: Tue, 23 May 2017 19:36:06 +0200 Subject: community/chromium: update to 58.0.3029.110 --- community/chromium/musl-hacks.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/chromium/musl-hacks.patch (limited to 'community/chromium/musl-hacks.patch') diff --git a/community/chromium/musl-hacks.patch b/community/chromium/musl-hacks.patch new file mode 100644 index 0000000000..91706ef2ef --- /dev/null +++ b/community/chromium/musl-hacks.patch @@ -0,0 +1,11 @@ +--- ./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(); -- cgit v1.2.3