diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-09-06 19:30:07 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-09 10:46:29 -0700 |
commit | a883fca429f23245885111a9366a6d7b148c54fe (patch) | |
tree | dfa03bf5b0f2688706ad5ca0145b9952d306e8f2 /meta-networking/recipes-daemons/openhpi/files/c++11.patch | |
parent | 24383588ea361fa32d4d66cf904bc06300fb45de (diff) | |
download | meta-openembedded-a883fca429f23245885111a9366a6d7b148c54fe.tar.gz |
openhpi: Upgrade to 3.8.0
* Add patches to fix build with OpenSSL 1.1.x
* Forward patches and drop ones not needed anymore
* openhpi: Fix build with musl
Signed-off-by: Khem Raj <raj.khem@gmail.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 | 24 |
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 0549d59777..5eff86b4d5 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 @@ | |||
1 | Index: openhpi-3.6.1/configure.ac | 1 | From ed51168dfd6844deeaebf7d5f6c65898aafb6299 Mon Sep 17 00:00:00 2001 |
2 | =================================================================== | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | --- openhpi-3.6.1.orig/configure.ac | 3 | Date: Sun, 27 Aug 2017 12:12:04 -0700 |
4 | +++ openhpi-3.6.1/configure.ac | 4 | |
5 | @@ -44,6 +44,7 @@ AC_PROG_CPP | 5 | Upstream-Status: Pending |
6 | AC_PROG_INSTALL | 6 | Signed-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 | |||
11 | diff --git a/configure.ac b/configure.ac | ||
12 | index 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" |