mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
5c74c8bf31
commit
e2119b4f03
@ -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[@]}"
|
||||
}
|
||||
|
||||
|
||||
@ -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[@]}"
|
||||
}
|
||||
|
||||
|
||||
@ -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[@]}"
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user