kitty: increase musls stack size. Fixes #7975.
This commit is contained in:
parent
42d75adadc
commit
8f11f9531c
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'kitty'
|
# Template file for 'kitty'
|
||||||
pkgname=kitty
|
pkgname=kitty
|
||||||
version=0.13.3
|
version=0.13.3
|
||||||
revision=1
|
revision=2
|
||||||
pycompile_dirs="usr/lib/kitty"
|
pycompile_dirs="usr/lib/kitty"
|
||||||
hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
|
hostmakedepends="ncurses pkg-config python3 wayland-devel wayland-protocols"
|
||||||
makedepends="gettext-devel glfw-devel harfbuzz-devel libxkbcommon-devel
|
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"
|
distfiles="https://github.com/kovidgoyal/kitty/releases/download/v${version}/kitty-${version}.tar.xz"
|
||||||
checksum=37b90f3467c31ee9f0338c066563ab2ec2eac56267286bc4ef6d9850f97f1507
|
checksum=37b90f3467c31ee9f0338c066563ab2ec2eac56267286bc4ef6d9850f97f1507
|
||||||
pycompile_version="$py3_ver"
|
pycompile_version="$py3_ver"
|
||||||
|
LDFLAGS+=" -Wl,-z,stack-size=2097152"
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user