mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-04 06:24:50 +01:00
22 lines
809 B
Text
22 lines
809 B
Text
# https://bugs.gentoo.org/877761
|
|
# https://bugs.gentoo.org/860873
|
|
# https://bugs.gentoo.org/861872
|
|
# if [[ $PN != kismet ]] && [[ $PN != bladerf ]] && [[ $PN != gnuradio ]] && [[ $PN != trunk-recorder ]] && [[ $PN != osmo-fl2k ]]; then
|
|
# export CFLAGS="${CFLAGS} -Werror=strict-aliasing -flto"
|
|
# export CXXFLAGS="${CXXFLAGS} -Werror=strict-aliasing -flto"
|
|
# fi
|
|
|
|
if [[ ${CATEGORY}/${PN} == media-video/ffmpeg ]]; then
|
|
export CFLAGS="${CFLAGS/-Werror=stringop-overread/}"
|
|
fi
|
|
if [[ ${CATEGORY}/${PN} == app-crypt/p11-kit ]]; then
|
|
export CFLAGS="${CFLAGS/-Werror=stringop-overread/}"
|
|
fi
|
|
if [[ ${CATEGORY}/${PN} == www-client/chromium ]]; then
|
|
export MAKEOPTS="${MAKEOPTS} --shuffle=none"
|
|
fi
|
|
|
|
QA_CMP_ARGS='--quiet-nodebug'
|
|
if [[ $CATEGORY/$PN == app-crypt/hashcat ]]; then
|
|
export ALLOW_TEST=all
|
|
fi
|