All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] openssl_1.1.1: Fix Musl build by disabling async during configure
@ 2018-09-04 19:00 Khem Raj
  2018-09-04 19:00 ` [PATCH 2/2] musl: Update latest on master Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Khem Raj @ 2018-09-04 19:00 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-connectivity/openssl/openssl_1.1.1-pre9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
2.18.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-09-04 19:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-04 19:00 [PATCH 1/2] openssl_1.1.1: Fix Musl build by disabling async during configure Khem Raj
2018-09-04 19:00 ` [PATCH 2/2] musl: Update latest on master Khem Raj
2018-09-04 19:44   ` Andre McCurdy
2018-09-04 19:53     ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.