[OE-core] [PATCH 11/13] openssl: Add musl configuration support

2015-12-08 Thread Khem Raj
use termios instead of termio Signed-off-by: Khem Raj --- meta/recipes-connectivity/openssl/openssl.inc | 4 +++- .../openssl/openssl/configure-musl-target.patch| 27 ++ .../recipes-connectivity/openssl/openssl_1.0.2d.bb | 1 + 3 files changed, 31 insertions(+), 1

Re: [OE-core] [PATCH 11/13] openssl: Add musl configuration support

2015-11-19 Thread Phil Blundell
On Thu, 2015-11-19 at 17:10 +, Khem Raj wrote: > ++#define TERMIOS > ++#undef TERMIO Wouldn't it be better to change openssl.inc's definition of ${CFLAG} to do -DTERMIOS rather than -DTERMIO, if that's what you want? p. -- ___ Openembedded-core m

[OE-core] [PATCH 11/13] openssl: Add musl configuration support

2015-11-19 Thread Khem Raj
use termios instead of termio Signed-off-by: Khem Raj --- .../openssl/openssl/configure-musl-target.patch| 27 ++ .../openssl/openssl/linux-musl-libc-termios.patch | 19 +++ .../recipes-connectivity/openssl/openssl_1.0.2d.bb | 2 ++ 3 files changed, 48 inser