commit: 6c698419e98ff9ec7b587d63fb14991a5362efc8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 24 04:37:58 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 24 04:37:58 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c698419
dev-libs/gjs: tweak ebuild comment Closes: https://github.com/gentoo/gentoo/pull/26056 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-libs/gjs/gjs-1.72.0.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-libs/gjs/gjs-1.72.0.ebuild b/dev-libs/gjs/gjs-1.72.0.ebuild index 9e81950f35eb..6a6738cf344c 100644 --- a/dev-libs/gjs/gjs-1.72.0.ebuild +++ b/dev-libs/gjs/gjs-1.72.0.ebuild @@ -34,18 +34,19 @@ BDEPEND=" src_configure() { append-cppflags -DG_DISABLE_CAST_CHECKS - # On musl it required that either gjs, pixman or gnome-shell to be built + # On musl, it's required that either gjs, pixman or gnome-shell to be built # with a larger stack otherwise librsvg fails to render a particular SVG, as # a result we fail to get gdm or gnome-shell running (greeted with a fail - # whale screen). The bug has been reported to librsvg. For now this is just - # a temporary fix and will be removed later once an actual fix is found. + # whale screen). The bug has been reported to librsvg. This is ideally just + # a temporary workaround until we understand what exactly needs a larger + # stack size, as it's not sufficient to do just librsvg. # - # Please refer + # Please refer to: # https://gitlab.gnome.org/GNOME/librsvg/-/issues/686 # https://gitlab.gnome.org/GNOME/librsvg/-/issues/874 # # TODO: Find an actual fix instead of increasing the stack - use elibc_musl && append-ldflags -Wl,--as-needed -Wl,-z,stack-size=2097152 + use elibc_musl && append-ldflags -Wl,-z,stack-size=2097152 # FIXME: add systemtap/dtrace support, like in glib:2 local emesonargs=(
