dev-qt/qtbase: raise stack size for musl

Skipping revbump given the limited amount of affected users and qtbase
taking a relatively long time to build. For those affected, please
re-emerge qtbase manually after the change hit mirrors.

Otherwise, will propagate when Qt 6.11.2 releases next week or so.

Closes: https://bugs.gentoo.org/980330
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-08-14 12:13:21 -04:00
parent 9ad514cdb1
commit 7e0ca9e45d
4 changed files with 12 additions and 0 deletions

View File

@@ -207,6 +207,9 @@ src_prepare() {
}
src_configure() {
use elibc_musl && #980330
append-ldflags $(test-flags-CCLD -Wl,-z,stack-size=0x100000)
if use gtk; then
# defang automagic dependencies (bug #624960)
use X || append-cxxflags -DGENTOO_GTK_HIDE_X11

View File

@@ -206,6 +206,9 @@ src_prepare() {
}
src_configure() {
use elibc_musl && #980330
append-ldflags $(test-flags-CCLD -Wl,-z,stack-size=0x100000)
if use gtk; then
# defang automagic dependencies (bug #624960)
use X || append-cxxflags -DGENTOO_GTK_HIDE_X11

View File

@@ -206,6 +206,9 @@ src_prepare() {
}
src_configure() {
use elibc_musl && #980330
append-ldflags $(test-flags-CCLD -Wl,-z,stack-size=0x100000)
if use gtk; then
# defang automagic dependencies (bug #624960)
use X || append-cxxflags -DGENTOO_GTK_HIDE_X11

View File

@@ -206,6 +206,9 @@ src_prepare() {
}
src_configure() {
use elibc_musl && #980330
append-ldflags $(test-flags-CCLD -Wl,-z,stack-size=0x100000)
if use gtk; then
# defang automagic dependencies (bug #624960)
use X || append-cxxflags -DGENTOO_GTK_HIDE_X11