gnuchess: fix segfault on musl.
musl's default thread stack size was too small for gnuchess. Fixes #28044
This commit is contained in:
parent
767a31d5bb
commit
f8ccc0ad17
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gnuchess'
|
||||
pkgname=gnuchess
|
||||
version=6.2.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
makedepends="readline-devel"
|
||||
short_desc="GNU Chess"
|
||||
|
@ -10,3 +10,5 @@ license="GPL-3.0-or-later"
|
|||
homepage="http://www.gnu.org/software/chess/chess.html"
|
||||
distfiles="${GNU_SITE}/chess/${pkgname}-${version}.tar.gz"
|
||||
checksum=e536675a61abe82e61b919f6b786755441d9fcd4c21e1c82fb9e5340dd229846
|
||||
|
||||
LDFLAGS="-Wl,-z,stack-size=2097152"
|
||||
|
|
Loading…
Reference in a new issue