mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-admin/coreboot-utils-4.18-r1: catch one more -Werror occurence
Closes: https://bugs.gentoo.org/888442 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
This commit is contained in:
@@ -42,7 +42,8 @@ src_prepare() {
|
||||
# force optimisation
|
||||
# can't do this in one sed, because it all happens back-to-back
|
||||
for e in '-O[01234567s]' '-g' '-Werror' '-ansi' '-pendantic' ; do
|
||||
sed -i -e 's/ '"${e}"'\( \|$\)/ /g' util/*/Makefile{.inc,} || die
|
||||
sed -i -e 's/\( \|=\)'"${e}"'\( \|$\)/\1/g' util/*/Makefile{.inc,} \
|
||||
|| die
|
||||
done
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user