mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-02-01 13:03:00 +01:00
zero-profile: relax
This commit is contained in:
parent
d3e4585eb3
commit
098aa5968f
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ fi
|
|||
if [[ ${CATEGORY}/${PN} == sci-libs/libqalculate ]]; then
|
||||
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
|
||||
fi
|
||||
if [[ ${CATEGORY}/${PN} == llvm-core/clang ]]; then
|
||||
export CXXFLAGS="${CXXFLAGS/-Werror=stringop-overread/}"
|
||||
fi
|
||||
|
||||
# Packages that need shuffle disabled
|
||||
if [[ ${CATEGORY}/${PN} == www-client/chromium ]]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue