From f30e0a9d3aac8ef087917fc51868bc35fea1a648 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Tue, 13 Aug 2024 00:54:40 -0400 Subject: [PATCH] dolphin: fix paste on musl fixes #51303 --- srcpkgs/dolphin/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/dolphin/template b/srcpkgs/dolphin/template index a2fc670eff4..8729ca9acc0 100644 --- a/srcpkgs/dolphin/template +++ b/srcpkgs/dolphin/template @@ -1,7 +1,7 @@ # Template file for 'dolphin' pkgname=dolphin version=24.05.1 -revision=2 +revision=3 build_style=cmake configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins" @@ -29,5 +29,6 @@ if [ "$CROSS_BUILD" ]; then fi if [ "$XBPS_TARGET_LIBC" = "musl" ]; then + LDFLAGS="$LDFLAGS -Wl,-z,stack-size=0x200000" makedepends+=" musl-fts-devel" fi