mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
profile: gnuradio: disable fhardened
This commit is contained in:
parent
3f00de92a5
commit
008466b527
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue