aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/openhpi/files/c++11.patch
blob: 0549d597779456fd0f9cce157770da4c123d39bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Index: openhpi-3.6.1/configure.ac
===================================================================
--- openhpi-3.6.1.orig/configure.ac
+++ openhpi-3.6.1/configure.ac
@@ -44,6 +44,7 @@ AC_PROG_CPP
 AC_PROG_INSTALL
 AC_PROG_LN_S
 AC_PROG_MAKE_SET
+AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
 
 enabled_non32bit="no"
 AC_ARG_ENABLE([non32bit-int],