From b011ae369de12bb54cd466d9f43139d9d2937383 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 4 Sep 2018 12:00:26 -0700 Subject: openssl_1.1.1: Fix Musl build by disabling async during configure Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity') diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb index 7122cfcf02..c13731feac 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb @@ -31,7 +31,7 @@ inherit lib_package multilib_header ptest #| ./libcrypto.so: undefined reference to `getcontext' #| ./libcrypto.so: undefined reference to `setcontext' #| ./libcrypto.so: undefined reference to `makecontext' -CPPFLAGS_append_libc-musl = " -DOPENSSL_NO_ASYNC" +EXTRA_OECONF_append_libc-musl = " no-async" # This prevents openssl from using getrandom() which is not available on older glibc versions # (native versions can be built with newer glibc, but then relocated onto a system with older glibc) -- cgit 1.2.3-korg