gnome-base/gnome-control-center: mark as LTO-unsafe, strict-aliasing unsafe

Closes: https://bugs.gentoo.org/889008
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-03-11 15:55:05 -04:00
committed by Sam James
parent 9b4e4b96ae
commit 29ebff42ad
2 changed files with 18 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..11} )
inherit gnome.org gnome2-utils meson python-any-r1 virtualx xdg
inherit flag-o-matic gnome.org gnome2-utils meson python-any-r1 virtualx xdg
DESCRIPTION="GNOME's main interface to configure various aspects of the desktop"
HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-control-center"
@@ -164,6 +164,14 @@ src_prepare() {
}
src_configure() {
# -Werror=strict-aliasing
# https://bugs.gentoo.org/889008
# https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2563
#
# Do not trust with LTO either
append-flags -fno-strict-aliasing
filter-lto
local emesonargs=(
$(meson_use bluetooth)
-Dcups=$(usex cups enabled disabled)

View File

@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
inherit gnome.org gnome2-utils meson python-any-r1 virtualx xdg
inherit flag-o-matic gnome.org gnome2-utils meson python-any-r1 virtualx xdg
DESCRIPTION="GNOME's main interface to configure various aspects of the desktop"
HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-control-center"
@@ -159,6 +159,14 @@ src_prepare() {
}
src_configure() {
# -Werror=strict-aliasing
# https://bugs.gentoo.org/889008
# https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2563
#
# Do not trust with LTO either
append-flags -fno-strict-aliasing
filter-lto
local emesonargs=(
$(meson_use bluetooth)
-Dcups=$(usex cups enabled disabled)