0001-no_cflags_werror.patch 499 B

123456789101112131415161718
  1. configure.ac: disable -Werror
  2. Disable the mandatory flag -Werror in configure.ac.
  3. Signed-off-by: Karoly Kasza <kaszak@gmail.com>
  4. --- open-vm-tools/configure.ac 2015-06-17 10:02:00.000000000 +0200
  5. +++ open-vm-tools/configure.ac 2015-06-17 10:02:00.000000000 +0200
  6. @@ -935,7 +935,7 @@
  7. ### General flags / actions
  8. CFLAGS="$CFLAGS -Wall"
  9. -CFLAGS="$CFLAGS -Werror"
  10. +# CFLAGS="$CFLAGS -Werror"
  11. # -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident'
  12. # in Xlib.h on OpenSolaris.