mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-29 10:11:12 +02:00
Merge branch 'pentoo:master' into master
This commit is contained in:
commit
08af9facf5
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