summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/openhpi/files/c++11.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/openhpi/files/c++11.patch')
-rw-r--r--meta-networking/recipes-daemons/openhpi/files/c++11.patch24
1 files changed, 17 insertions, 7 deletions
diff --git a/meta-networking/recipes-daemons/openhpi/files/c++11.patch b/meta-networking/recipes-daemons/openhpi/files/c++11.patch
index 0549d5977..5eff86b4d 100644
--- a/meta-networking/recipes-daemons/openhpi/files/c++11.patch
+++ b/meta-networking/recipes-daemons/openhpi/files/c++11.patch
@@ -1,11 +1,21 @@
1Index: openhpi-3.6.1/configure.ac 1From ed51168dfd6844deeaebf7d5f6c65898aafb6299 Mon Sep 17 00:00:00 2001
2=================================================================== 2From: Khem Raj <raj.khem@gmail.com>
3--- openhpi-3.6.1.orig/configure.ac 3Date: Sun, 27 Aug 2017 12:12:04 -0700
4+++ openhpi-3.6.1/configure.ac 4
5@@ -44,6 +44,7 @@ AC_PROG_CPP 5Upstream-Status: Pending
6 AC_PROG_INSTALL 6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7 AC_PROG_LN_S 7---
8 configure.ac | 1 +
9 1 file changed, 1 insertion(+)
10
11diff --git a/configure.ac b/configure.ac
12index c29a31f..f7fe0f7 100644
13--- a/configure.ac
14+++ b/configure.ac
15@@ -46,6 +46,7 @@ AC_PROG_LN_S
8 AC_PROG_MAKE_SET 16 AC_PROG_MAKE_SET
17 AC_PROG_AWK
18 AC_PROG_GREP
9+AX_CXX_COMPILE_STDCXX_11([noext],[mandatory]) 19+AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
10 20
11 enabled_non32bit="no" 21 enabled_non32bit="no"