chromium: add musl-patches/default-pthread-stacksize.patch
This commit is contained in:
parent
38fc9b1e50
commit
abd62a8a47
2 changed files with 7 additions and 1 deletions
|
@ -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);
|
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue