packages/utils/open-vm-tools/patches/020-no-werror.patch
Yuhei OKAWA 448db7a507 open-vm-tools: update to 11.3.0
Refreshed patches.

Signed-off-by: Yuhei OKAWA <tochiro.srchack@gmail.com>
2021-06-23 23:09:57 +09:00

10 lines
258 B
Diff

--- a/configure.ac
+++ b/configure.ac
@@ -1227,7 +1227,6 @@ AC_C_VOLATILE
### General flags / actions
CFLAGS="$CFLAGS -Wall"
-CFLAGS="$CFLAGS -Werror"
# -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident'
# in Xlib.h on OpenSolaris.