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/}"