public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nowa Ammerlaan" <nowa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsass/
Date: Fri, 31 Jan 2025 13:11:20 +0000 (UTC)	[thread overview]
Message-ID: <1738329042.e2119b4f0306f3133015e42fb55dcd442dfecf40.nowa@gentoo> (raw)

commit:     e2119b4f0306f3133015e42fb55dcd442dfecf40
Author:     NHOrus <jy6x2b32pie9 <AT> yahoo <DOT> com>
AuthorDate: Fri Jan 31 11:16:23 2025 +0000
Commit:     Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Fri Jan 31 13:10:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2119b4f

dev-libs/libsass: add flag-o-matic filter for flag -fno-semantic-interposition

Bug: https://bugs.gentoo.org/834445
Bug: https://github.com/sass/libsass/issues/3193
Signed-off-by: NHOrus <jy6x2b32pie9 <AT> yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40397
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>

 dev-libs/libsass/libsass-3.6.5-r1.ebuild | 8 ++++++--
 dev-libs/libsass/libsass-3.6.6.ebuild    | 8 ++++++--
 dev-libs/libsass/libsass-9999.ebuild     | 8 ++++++--
 3 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/dev-libs/libsass/libsass-3.6.5-r1.ebuild b/dev-libs/libsass/libsass-3.6.5-r1.ebuild
index ff1a874152be..220614e3439a 100644
--- a/dev-libs/libsass/libsass-3.6.5-r1.ebuild
+++ b/dev-libs/libsass/libsass-3.6.5-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools
+inherit autotools flag-o-matic
 
 if [[ ${PV} = *9999 ]]; then
 	EGIT_REPO_URI="https://github.com/sass/libsass.git"
@@ -35,6 +35,10 @@ src_configure() {
 		--enable-shared
 	)
 
+	# https://bugs.gentoo.org/948969
+	# https://github.com/sass/libsass/issues/3193
+	filter-flags -fno-semantic-interposition
+
 	econf "${myeconfargs[@]}"
 }
 

diff --git a/dev-libs/libsass/libsass-3.6.6.ebuild b/dev-libs/libsass/libsass-3.6.6.ebuild
index c295ae9d00bc..220614e3439a 100644
--- a/dev-libs/libsass/libsass-3.6.6.ebuild
+++ b/dev-libs/libsass/libsass-3.6.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools
+inherit autotools flag-o-matic
 
 if [[ ${PV} = *9999 ]]; then
 	EGIT_REPO_URI="https://github.com/sass/libsass.git"
@@ -35,6 +35,10 @@ src_configure() {
 		--enable-shared
 	)
 
+	# https://bugs.gentoo.org/948969
+	# https://github.com/sass/libsass/issues/3193
+	filter-flags -fno-semantic-interposition
+
 	econf "${myeconfargs[@]}"
 }
 

diff --git a/dev-libs/libsass/libsass-9999.ebuild b/dev-libs/libsass/libsass-9999.ebuild
index f872ffcbf544..21069e67d297 100644
--- a/dev-libs/libsass/libsass-9999.ebuild
+++ b/dev-libs/libsass/libsass-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit autotools
+inherit autotools flag-o-matic
 
 if [[ ${PV} = *9999 ]]; then
 	EGIT_REPO_URI="https://github.com/sass/libsass.git"
@@ -35,6 +35,10 @@ src_configure() {
 		--enable-shared
 	)
 
+	# https://bugs.gentoo.org/948969
+	# https://github.com/sass/libsass/issues/3193
+	filter-flags -fno-semantic-interposition
+
 	econf "${myeconfargs[@]}"
 }
 


             reply	other threads:[~2025-01-31 13:11 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-31 13:11 Nowa Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-04  9:15 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libsass/ Sam James
2024-12-02 13:15 Jakov Smolić
2024-12-01 19:57 Arthur Zamarin
2024-12-01 19:07 Arthur Zamarin
2024-12-01 19:02 Arthur Zamarin
2024-12-01 19:02 Arthur Zamarin
2023-12-23  9:52 Andrew Ammerlaan
2023-04-07 18:25 Sam James
2022-12-18  9:27 Sam James
2022-12-18  9:27 Sam James
2022-09-09  7:59 David Seifert
2022-06-28  4:18 WANG Xuerui
2022-06-19  8:14 Agostino Sarubbo
2021-11-01 15:46 Sam James
2021-05-22 15:31 Andrew Ammerlaan
2021-05-22 15:10 Sam James
2021-05-22  3:05 Sam James
2021-05-22  1:32 Sam James
2021-05-21 14:02 Andrew Ammerlaan
2021-05-21  7:57 Michał Górny
2020-05-02 11:55 James Le Cuirot
2020-05-02 11:55 James Le Cuirot
2020-03-06 15:55 Joonas Niilola
2020-01-27 19:53 Mart Raudsepp
2020-01-07  4:08 Joonas Niilola
2019-11-19 15:40 Agostino Sarubbo
2019-11-19  7:38 Agostino Sarubbo
2019-11-19  1:31 Aaron Bauman
2019-08-20  4:44 Hans de Graaff
2019-07-05 19:05 Virgil Dupras
2019-05-28  2:35 Aaron Bauman
2019-05-19 21:41 Virgil Dupras
2019-05-19 21:41 Virgil Dupras
2019-05-18 12:28 Virgil Dupras
2019-03-30  0:12 Virgil Dupras
2019-03-24 10:01 Agostino Sarubbo
2019-03-02 19:56 Sergei Trofimovich
2019-02-19 18:04 Andreas Sturmlechner
2018-10-23 22:43 James Le Cuirot
2018-03-23 20:17 Alexandre Rostovtsev
2018-01-29  3:17 Alexandre Rostovtsev
2017-12-28 15:20 Alexandre Rostovtsev
2017-12-28 15:20 Alexandre Rostovtsev
2017-12-26  2:06 Thomas Deutschmann
2017-11-23 18:43 Alexandre Rostovtsev
2017-11-13 21:36 Alexandre Rostovtsev
2017-11-07  8:41 Alexandre Rostovtsev
2017-11-07  8:37 Alexandre Rostovtsev

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=1738329042.e2119b4f0306f3133015e42fb55dcd442dfecf40.nowa@gentoo \
    --to=nowa@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