diff options
Diffstat (limited to 'meta-networking/recipes-daemons/openhpi/files/c++11.patch')
| -rw-r--r-- | meta-networking/recipes-daemons/openhpi/files/c++11.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/openhpi/files/c++11.patch b/meta-networking/recipes-daemons/openhpi/files/c++11.patch new file mode 100644 index 0000000000..0549d59777 --- /dev/null +++ b/meta-networking/recipes-daemons/openhpi/files/c++11.patch | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | Index: openhpi-3.6.1/configure.ac | ||
| 2 | =================================================================== | ||
| 3 | --- openhpi-3.6.1.orig/configure.ac | ||
| 4 | +++ openhpi-3.6.1/configure.ac | ||
| 5 | @@ -44,6 +44,7 @@ AC_PROG_CPP | ||
| 6 | AC_PROG_INSTALL | ||
| 7 | AC_PROG_LN_S | ||
| 8 | AC_PROG_MAKE_SET | ||
| 9 | +AX_CXX_COMPILE_STDCXX_11([noext],[mandatory]) | ||
| 10 | |||
| 11 | enabled_non32bit="no" | ||
| 12 | AC_ARG_ENABLE([non32bit-int], | ||
