diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb | 1 | ||||
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1a.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb b/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb index 6518dac076..9d67053b7a 100644 --- a/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb +++ b/meta/recipes-connectivity/openssl/openssl10_1.0.2q.bb | |||
@@ -81,6 +81,7 @@ CCACHE = "" | |||
81 | 81 | ||
82 | TERMIO ?= "-DTERMIO" | 82 | TERMIO ?= "-DTERMIO" |
83 | TERMIO_libc-musl = "-DTERMIOS" | 83 | TERMIO_libc-musl = "-DTERMIOS" |
84 | EXTRA_OECONF_append_libc-musl_powerpc64 = " no-asm" | ||
84 | 85 | ||
85 | CFLAG = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \ | 86 | CFLAG = "${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', '-DL_ENDIAN', '-DB_ENDIAN', d)} \ |
86 | ${TERMIO} ${CFLAGS} -Wall" | 87 | ${TERMIO} ${CFLAGS} -Wall" |
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb index 042e023de5..5c4e69cfb7 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1a.bb | |||
@@ -35,6 +35,7 @@ do_configure[cleandirs] = "${B}" | |||
35 | #| ./libcrypto.so: undefined reference to `setcontext' | 35 | #| ./libcrypto.so: undefined reference to `setcontext' |
36 | #| ./libcrypto.so: undefined reference to `makecontext' | 36 | #| ./libcrypto.so: undefined reference to `makecontext' |
37 | EXTRA_OECONF_append_libc-musl = " no-async" | 37 | EXTRA_OECONF_append_libc-musl = " no-async" |
38 | EXTRA_OECONF_append_libc-musl_powerpc64 = " no-asm" | ||
38 | 39 | ||
39 | # This prevents openssl from using getrandom() which is not available on older glibc versions | 40 | # This prevents openssl from using getrandom() which is not available on older glibc versions |
40 | # (native versions can be built with newer glibc, but then relocated onto a system with older glibc) | 41 | # (native versions can be built with newer glibc, but then relocated onto a system with older glibc) |