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 / synergy / 0002-remove-werror.patch
1 Remove -Werror from CXXFLAGS
2
3 Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
4
5 Index: synergy-1.3.1/configure.in
6 ===================================================================
7 --- synergy-1.3.1.orig/configure.in
8 +++ synergy-1.3.1/configure.in
9 @@ -239,7 +239,6 @@ dnl checks for system services
10  
11  dnl enable maximum compiler warnings and warnings are errors.
12  ACX_CXX_WARNINGS
13 -ACX_CXX_WARNINGS_ARE_ERRORS
14  
15  dnl adjust compiler and linker variables
16  CXXFLAGS="$CXXFLAGS $SYNERGY_CXXFLAGS $ARCH_CFLAGS"