Merge pull request #2508 from pentoo/updates20250825a

profile: gnuradio: disable fhardened
This commit is contained in:
github-actions[bot] 2025-08-26 02:05:45 +00:00 committed by GitHub
commit b14d42e609
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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