From 8230f873921d5c16106e3ebf57053a646bc6ad78 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Fri, 10 Apr 2015 10:45:20 -0700 Subject: crypto: use bigint in x86-64 perl on some hosts openssl fails to build with this error: ghash-x86_64.s: Assembler messages: ghash-x86_64.s:890: Error: junk '.15473355479995e+19' after expression backported fix from community. Signed-off-by: Armin Kuster 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 74d69389c9..9a218be605 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.0.2a.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.0.2a.bb @@ -36,6 +36,7 @@ SRC_URI += "file://configure-targets.patch \ file://Makefiles-ptest.patch \ file://ptest-deps.patch \ file://run-ptest \ + file://crypto_use_bigint_in_x86-64_perl.patch \ " SRC_URI[md5sum] = "a06c547dac9044161a477211049f60ef" -- cgit 1.2.3-korg