summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.1.1a.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.1.1a.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb
index 8bc4a1e8ec..0fc385fc14 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb
@@ -34,6 +34,7 @@ do_configure[cleandirs] = "${B}"
34#| ./libcrypto.so: undefined reference to `setcontext' 34#| ./libcrypto.so: undefined reference to `setcontext'
35#| ./libcrypto.so: undefined reference to `makecontext' 35#| ./libcrypto.so: undefined reference to `makecontext'
36EXTRA_OECONF_append_libc-musl = " no-async" 36EXTRA_OECONF_append_libc-musl = " no-async"
37EXTRA_OECONF_append_libc-musl_powerpc64 = " no-asm"
37 38
38# This prevents openssl from using getrandom() which is not available on older glibc versions 39# This prevents openssl from using getrandom() which is not available on older glibc versions
39# (native versions can be built with newer glibc, but then relocated onto a system with older glibc) 40# (native versions can be built with newer glibc, but then relocated onto a system with older glibc)