mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-06 07:44:52 +01:00
Merge pull request #2297 from pentoo/updates20250501
zero-profile: more exceptions
This commit is contained in:
commit
1a8bcc99d2
1 changed files with 9 additions and 0 deletions
|
|
@ -69,6 +69,15 @@ if [[ ${CATEGORY}/${PN} == app-crypt/hashcat ]]; then
|
|||
fi
|
||||
|
||||
# No -fhardened (report these
|
||||
if [[ ${CATEGORY}/${PN} == sys-fs/dd-rescue ]]; then
|
||||
export CFLAGS="${CFLAGS/-fhardened/}"
|
||||
fi
|
||||
if [[ ${CATEGORY}/${PN} == app-containers/docker-buildx ]]; then
|
||||
export CFLAGS="${CFLAGS/-fhardened/}"
|
||||
fi
|
||||
if [[ ${CATEGORY}/${PN} == sys-power/nut ]]; then
|
||||
export CFLAGS="${CFLAGS/-fhardened/}"
|
||||
fi
|
||||
if [[ ${CATEGORY}/${PN} == app-emulation/qemu ]]; then
|
||||
export CFLAGS="${CFLAGS/-fhardened/}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue