From af59ab49881ad128e27edf390c4262509e726edb Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Fri, 5 Jan 2024 12:21:06 -0500 Subject: [PATCH] zero-profile: add bug --- profiles/pentoo/zero-system/profile.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/pentoo/zero-system/profile.bashrc b/profiles/pentoo/zero-system/profile.bashrc index 6a61262732..109edff0d2 100644 --- a/profiles/pentoo/zero-system/profile.bashrc +++ b/profiles/pentoo/zero-system/profile.bashrc @@ -132,6 +132,7 @@ if [[ ${CATEGORY}/${PN} == net-ftp/filezilla ]]; then export CXXFLAGS="${CXXFLAGS/-flto/}" fi if [[ ${CATEGORY}/${PN} == net-wireless/gnuradio ]]; then + # https://github.com/gnuradio/gnuradio/issues/7056 # replicated on mammon but not naga export CXXFLAGS="${CXXFLAGS/-Werror=odr/}" fi