Revert "kde-apps/dolphin: raise stack size for musl"

This reverts commit 877d3aba5fff5beb9cc0efeb0d5b5170d5f8683c.

Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@protonmail.com>
Part-of: https://github.com/gentoo/kde/pull/1091
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Kostadin Shishmanov
2026-02-21 19:04:27 +02:00
committed by Sam James
parent 8556914c29
commit 5ddadfbd73

View File

@@ -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)