From eb3b4e3320da4620b1aeef0d6c732a75ce59dc5a Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Wed, 20 Mar 2024 21:43:15 -0400 Subject: [PATCH] zero-profile: 1 more lto exception --- profiles/pentoo/zero-system/profile.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/pentoo/zero-system/profile.bashrc b/profiles/pentoo/zero-system/profile.bashrc index 5637363d8..2f0421cd4 100644 --- a/profiles/pentoo/zero-system/profile.bashrc +++ b/profiles/pentoo/zero-system/profile.bashrc @@ -72,6 +72,9 @@ fi if [[ ${CATEGORY}/${PN} == net-fs/nfs-utils ]]; then export CFLAGS="${CFLAGS/-Werror=stringop-overread/}" fi +if [[ ${CATEGORY}/${PN} == net-misc/remmina ]]; then + export CFLAGS="${CFLAGS/-Werror=lto-type-mismatch/}" +fi if [[ ${CATEGORY}/${PN} == net-wireless/bluez ]]; then # Tests fail with -flto export CFLAGS="${CFLAGS/-flto/}"