mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
Merge pull request #2508 from pentoo/updates20250825a
profile: gnuradio: disable fhardened
This commit is contained in:
commit
b14d42e609
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