The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / openvmtools / 0002-no_cflags_werror.patch
1 configure.ac: disable -Werror
2
3 Disable the mandatory flag -Werror in configure.ac.
4
5 Signed-off-by: Karoly Kasza <kaszak@gmail.com>
6
7 --- open-vm-tools-9.4.6-1770165.orig/configure.ac       2014-07-02 00:21:14.000000000 +0200
8 +++ open-vm-tools-9.4.6-1770165/configure.ac    2014-09-15 16:03:47.565900402 +0200
9 @@ -832,7 +832,7 @@
10  
11  ### General flags / actions
12  CFLAGS="$CFLAGS -Wall"
13 -CFLAGS="$CFLAGS -Werror"
14 +# CFLAGS="$CFLAGS -Werror"
15  
16  # -Wno-unknown-pragmas is due to gcc not understanding '#pragma ident' in Xlib.h on OpenSolaris.
17  for TEST_CFLAG in -Wno-pointer-sign -Wno-unused-value -fno-strict-aliasing \