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