diff options
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
31 | #| ./libcrypto.so: undefined reference to `getcontext' | 31 | #| ./libcrypto.so: undefined reference to `getcontext' |
32 | #| ./libcrypto.so: undefined reference to `setcontext' | 32 | #| ./libcrypto.so: undefined reference to `setcontext' |
33 | #| ./libcrypto.so: undefined reference to `makecontext' | 33 | #| ./libcrypto.so: undefined reference to `makecontext' |
34 | CPPFLAGS_append_libc-musl = " -DOPENSSL_NO_ASYNC" | 34 | EXTRA_OECONF_append_libc-musl = " no-async" |
35 | 35 | ||
36 | # This prevents openssl from using getrandom() which is not available on older glibc versions | 36 | # This prevents openssl from using getrandom() which is not available on older glibc versions |
37 | # (native versions can be built with newer glibc, but then relocated onto a system with older glibc) | 37 | # (native versions can be built with newer glibc, but then relocated onto a system with older glibc) |