diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-09-04 12:00:26 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-05 18:00:25 +0100 |
| commit | bb0157d20c5ff782440af9c3d9113ffd2d69b8be (patch) | |
| tree | dec27f484882f267c8cbd66409cceee9c64c10fc | |
| parent | f0386ed8ee9d6a43d0eb32ebcc89e94bbe458638 (diff) | |
| download | poky-bb0157d20c5ff782440af9c3d9113ffd2d69b8be.tar.gz | |
openssl_1.1.1: Fix Musl build by disabling async during configure
(From OE-Core rev: b011ae369de12bb54cd466d9f43139d9d2937383)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -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) |
