public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jory Pratt" <anarchy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/musl:master commit in: media-tv/kodi/
Date: Sun, 19 Sep 2021 15:07:19 +0000 (UTC)	[thread overview]
Message-ID: <1632064035.4c8b5a75fe2ccac62acf57fa0d650514157b816b.anarchy@gentoo> (raw)

commit:     4c8b5a75fe2ccac62acf57fa0d650514157b816b
Author:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 19 15:07:15 2021 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Sun Sep 19 15:07:15 2021 +0000
URL:        https://gitweb.gentoo.org/proj/musl.git/commit/?id=4c8b5a75

media-tv/kodi: Set 2MB stacksize for musl users

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>

 media-tv/kodi/kodi-19.1-r1.ebuild | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/media-tv/kodi/kodi-19.1-r1.ebuild b/media-tv/kodi/kodi-19.1-r1.ebuild
index aa55fe9..17ee6e8 100644
--- a/media-tv/kodi/kodi-19.1-r1.ebuild
+++ b/media-tv/kodi/kodi-19.1-r1.ebuild
@@ -39,7 +39,7 @@ PATCHES=(
 	"${FILESDIR}/musl/19.0/0005-Fix-fortify-sources.patch"
 )
 
-inherit autotools cmake desktop linux-info pax-utils python-single-r1 xdg
+inherit autotools cmake desktop flag-o-matic linux-info pax-utils python-single-r1 xdg
 
 DESCRIPTION="A free and open source media-player and entertainment hub"
 HOMEPAGE="https://kodi.tv/ https://kodi.wiki/"
@@ -239,9 +239,13 @@ src_prepare() {
 		"${S}"/tools/depends/native/TexturePacker/src/autogen.sh \
 		"${S}"/tools/depends/native/JsonSchemaBuilder/src/autogen.sh \
 		|| die
+
+	# Required to prevent addons from crashing
+	use elibc_musl && append-ldflags -Wl,-z,stack-size=2097152
 }
 
 src_configure() {
+	filter-flags -fstack-protector-all
 	local platform=()
 	use gbm && platform+=( gbm )
 	use wayland && platform+=( wayland )


             reply	other threads:[~2021-09-19 15:07 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-19 15:07 Jory Pratt [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-14 19:40 [gentoo-commits] proj/musl:master commit in: media-tv/kodi/ Sam James
2022-08-02 22:08 Sam James
2022-03-05 22:04 Jory Pratt
2021-12-23 14:58 Jory Pratt
2021-12-15  2:42 Jory Pratt
2021-11-01  1:27 Jory Pratt
2021-10-25 23:18 Jory Pratt
2021-10-09 15:37 Jory Pratt
2021-09-07 18:38 Jory Pratt
2021-05-20 12:46 Jory Pratt
2021-05-08 23:06 Jory Pratt
2021-05-03 19:57 Jory Pratt
2021-04-30 15:54 Jory Pratt
2021-02-20 15:06 Jory Pratt
2021-02-19  2:20 Jory Pratt
2021-02-03 15:19 Jory Pratt
2021-01-18  1:45 Jory Pratt
2020-12-07 20:03 Jory Pratt
2020-11-21  1:12 Jory Pratt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1632064035.4c8b5a75fe2ccac62acf57fa0d650514157b816b.anarchy@gentoo \
    --to=anarchy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox