void-packages/srcpkgs/open-vm-tools/patches/0002-disable-werror.patch

14 lines
331 B
Diff

#upstream: no
--- a/open-vm-tools/configure.ac
+++ b/open-vm-tools/configure.ac
@@ -1218,7 +1218,7 @@
### General flags / actions
CFLAGS="$CFLAGS -Wall"
-CFLAGS="$CFLAGS -Werror"
+#CFLAGS="$CFLAGS -Werror"
# Suppress warnings from clang when taking the address of packed struct
# member fields when compiling hgfsServer.c