diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-08-27 12:12:04 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-09-12 10:55:06 -0400 |
commit | 1e4140725678e8f9b85d41feb6383e757e0e8f03 (patch) | |
tree | 42203e92244f6877acf90f5d8bb46de53e84394f /meta-networking/recipes-daemons/openhpi/files/c++11.patch | |
parent | 407b28f8f287d56ee60d3697dc1cbd7b43a997ea (diff) | |
download | meta-openembedded-1e4140725678e8f9b85d41feb6383e757e0e8f03.tar.gz |
openhpi: Fix build with clang+c++11
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
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], | ||