Re: [OE-core] [PATCH] openssl: fix building on x32 systems

2015-06-15 Thread Burton, Ross
On 15 June 2015 at 21:34, Cristian Iorga wrote: > +Upstream-Status: Pending > You need a signed-off-by in the patch too. Cheers Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/

Re: [OE-core] [PATCH] openssl: fix building on x32 systems

2015-06-15 Thread Iorga, Cristian
Patch applicable to 1.8 branch also. -Original Message- From: Iorga, Cristian Sent: Monday, June 15, 2015 11:35 PM To: openembedded-core@lists.openembedded.org Cc: Iorga, Cristian Subject: [PATCH] openssl: fix building on x32 systems Fix build on Fedora 21 i686. When building on x32 sys

[OE-core] [PATCH] openssl: fix building on x32 systems

2015-06-15 Thread Cristian Iorga
Fix build on Fedora 21 i686. When building on x32 systems where the default type is 32bit, make sure that 64bit integers can be represented transparently. Signed-off-by: Cristian Iorga --- .../openssl/openssl/openssl-1.0.2a-x32-asm.patch | 45 ++ .../recipes-connectivity/o