mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user