mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user