profile: gnuradio: disable fhardened

This commit is contained in:
Rick Farina (Zero_Chaos) 2025-08-25 21:54:58 -04:00
parent 3f00de92a5
commit 008466b527
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -86,6 +86,9 @@ fi
if [[ ${CATEGORY}/${PN} == dev-lang/ruby ]]; then
export CFLAGS="${CFLAGS/-fhardened/}"
fi
if [[ ${CATEGORY}/${PN} == net-wireless/gnuradio ]]; then
export CXXFLAGS="${CXXFLAGS/-fhardened/}"
fi
#Sign kernel modules, stolen unmodified on 20200514 from:
#https://wiki.gentoo.org/wiki/Signed_kernel_module_support