chromium: add musl-patches/default-pthread-stacksize.patch

This commit is contained in:
Duncaen 2016-08-30 21:42:48 +02:00
parent 38fc9b1e50
commit abd62a8a47
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
--- base/threading/platform_thread_linux.cc.orig 2016-08-30 21:36:06.809571185 +0200
+++ base/threading/platform_thread_linux.cc 2016-08-30 21:36:14.582805286 +0200
@@ -99 +99,2 @@ size_t GetDefaultThreadStackSize(const p
- return 0;
+ // use 8mb like glibc to avoid running out of space
+ return (1 << 23);

View file

@ -2,7 +2,7 @@
pkgname=chromium
# See http://www.chromium.org/developers/calendar for the latest version
version=52.0.2743.116
revision=2
revision=3
short_desc="Google's attempt at creating a safer, faster, and more stable browser"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.chromium.org/"