Merge pull request #2297 from pentoo/updates20250501

zero-profile: more exceptions
This commit is contained in:
github-actions[bot] 2025-05-01 15:17:12 +00:00 committed by GitHub
commit 1a8bcc99d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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