From 5ddadfbd737a0a0c1a5ecdea0f23f523f83f27d0 Mon Sep 17 00:00:00 2001 From: Kostadin Shishmanov Date: Sat, 21 Feb 2026 19:04:27 +0200 Subject: [PATCH] Revert "kde-apps/dolphin: raise stack size for musl" This reverts commit 877d3aba5fff5beb9cc0efeb0d5b5170d5f8683c. Signed-off-by: Kostadin Shishmanov Part-of: https://github.com/gentoo/kde/pull/1091 Signed-off-by: Sam James --- kde-apps/dolphin/dolphin-25.12.2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kde-apps/dolphin/dolphin-25.12.2.ebuild b/kde-apps/dolphin/dolphin-25.12.2.ebuild index c2e094c2c0ae4..379fcc5ec3cdf 100644 --- a/kde-apps/dolphin/dolphin-25.12.2.ebuild +++ b/kde-apps/dolphin/dolphin-25.12.2.ebuild @@ -8,7 +8,7 @@ ECM_TEST="true" PVCUT=$(ver_cut 1-3) KFMIN=6.19.0 QTMIN=6.10.1 -inherit ecm flag-o-matic gear.kde.org optfeature xdg +inherit ecm gear.kde.org optfeature xdg DESCRIPTION="Plasma filemanager focusing on usability" HOMEPAGE="https://apps.kde.org/dolphin/ https://userbase.kde.org/Dolphin" @@ -60,8 +60,6 @@ RDEPEND="${DEPEND} " src_configure() { - use elibc_musl && append-ldflags -Wl,-z,stack-size=0x100000 # upstream bug 470763 - local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt6=ON $(cmake_use_find_package semantic-desktop KF6Baloo)