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 / lxc / 0001-drop-werror.patch
1 Don't do -Werror it breaks builds on some scenarios with trivialities.
2
3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
4
5 diff -Nura lxc-lxc-1.0.4/configure.ac lxc-lxc-1.0.4.orig/configure.ac
6 --- lxc-lxc-1.0.4.orig/configure.ac     2014-07-04 10:31:19.821029891 -0300
7 +++ lxc-lxc-1.0.4/configure.ac  2014-06-13 14:07:45.000000000 -0300
8 @@ -560,7 +560,7 @@
9  LXC_CHECK_TLS
10  
11  if test "x$GCC" = "xyes"; then
12 -       CFLAGS="$CFLAGS -Wall -Werror"
13 +       CFLAGS="$CFLAGS -Wall"
14  fi
15  
16  # Files requiring some variable expansion