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 / thrift / 0005-configure.ac-C-11-is-optional.patch
1 From 9c3a7e79b256730dd85a7acadbaf57ab018b3127 Mon Sep 17 00:00:00 2001
2 From: Romain Naour <romain.naour@openwide.fr>
3 Date: Tue, 7 Apr 2015 07:37:26 +0200
4 Subject: [PATCH] configure.ac: C++11 is optional
5
6 Thrift build fine whitout c++11 support.
7
8 Signed-off-by: Romain Naour <romain.naour@openwide.fr>
9 ---
10  configure.ac | 2 +-
11  1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/configure.ac b/configure.ac
14 index 8daeb03..bfd49ae 100755
15 --- a/configure.ac
16 +++ b/configure.ac
17 @@ -99,7 +99,7 @@ AC_PROG_AWK
18  AC_PROG_RANLIB
19  
20  AC_LANG([C++])
21 -AX_CXX_COMPILE_STDCXX_11([noext])
22 +AX_CXX_COMPILE_STDCXX_11([noext], [optional])
23  
24  AC_ARG_ENABLE([libs],
25    AS_HELP_STRING([--enable-libs], [build the Apache Thrift libraries [default=yes]]),
26 -- 
27 1.9.3
28