mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-emulation/xen-tools: remove more -Werror arguments
Closes: https://bugs.gentoo.org/843269 Signed-off-by: Florian Schmaus <flow@gentoo.org>
This commit is contained in:
@@ -419,7 +419,11 @@ src_prepare() {
|
||||
|
||||
# Remove -Werror
|
||||
find . -type f \( -name Makefile -o -name "*.mk" \) \
|
||||
-exec sed -i "s/-Werror //g" {} + || die
|
||||
-exec sed -i \
|
||||
-e 's/-Werror //g' \
|
||||
-e '/^CFLAGS *+= -Werror$/d' \
|
||||
-e 's/, "-Werror"//' \
|
||||
{} + || die
|
||||
|
||||
default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user