From 83836c5dba9cad78b6cc06f7c2e33de13cb237ac Mon Sep 17 00:00:00 2001 From: Cristian Iorga Date: Tue, 16 Jun 2015 00:32:15 +0300 Subject: openssl: fix building on x32 systems 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. (From OE-Core rev: cd3eddcf2842b9a360f72caf4337ab2968462bb2) Signed-off-by: Cristian Iorga Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssl/openssl_1.0.2a.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.2a.bb') diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2a.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2a.bb index f4006f623a..d7f0259683 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2a.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2a.bb @@ -37,6 +37,7 @@ SRC_URI += "file://configure-targets.patch \ file://run-ptest \ file://crypto_use_bigint_in_x86-64_perl.patch \ file://0001-bn-bn_lcl.h-fix-MIPS-specific-gcc-version-check.patch \ + file://openssl-1.0.2a-x32-asm.patch \ " SRC_URI[md5sum] = "a06c547dac9044161a477211049f60ef" -- cgit v1.2.3-54-g00ecf