kitty: increase musls stack size. Fixes #7975.

This commit is contained in:
Enno Boland 2019-01-30 18:16:11 +01:00
parent 42d75adadc
commit 8f11f9531c
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'kitty'
pkgname=kitty
version=0.13.3
revision=1
revision=2
pycompile_dirs="usr/lib/kitty"
hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel
@ -15,6 +15,7 @@ changelog="https://sw.kovidgoyal.net/kitty/changelog.html"
distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
checksum=37b90f3467c31ee9f0338c066563ab2ec2eac56267286bc4ef6d9850f97f1507
pycompile_version="$py3_ver"
LDFLAGS+=" -Wl,-z,stack-size=2097152"
do_build() {
if [ "$CROSS_BUILD" ]; then