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@yahoo.com>
Closes: https://github.com/gentoo/gentoo/pull/40397
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
NHOrus 2025-01-31 15:16:23 +04:00 committed by Nowa Ammerlaan
parent 5c74c8bf31
commit e2119b4f03
No known key found for this signature in database
GPG Key ID: A2E2304370447E8E
3 changed files with 18 additions and 6 deletions

View File

@ -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[@]}"
}

View File

@ -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[@]}"
}

View File

@ -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[@]}"
}