From 8f11f9531cc6ce3bd5953290f4c99aa5849c9141 Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Wed, 30 Jan 2019 18:16:11 +0100 Subject: [PATCH] kitty: increase musls stack size. Fixes #7975. --- srcpkgs/kitty/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/kitty/template b/srcpkgs/kitty/template index a46b4dd9328..1d2bdffb736 100644 --- a/srcpkgs/kitty/template +++ b/srcpkgs/kitty/template @@ -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