[Buildroot] [RFC v1 1/2] libopenssl: bump version to 1.1.0h

Bernd Kuhls bernd.kuhls at t-online.de
Tue May 1 07:46:57 UTC 2018


Am Tue, 17 Apr 2018 23:19:20 +0200 schrieb Peter Seiderer:

> +# crypto/async/arch/../arch/async_posix.h:32:5: error: unknown type 
name ‘ucontext_t’
> +ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
> +LIBOPENSSL_CFLAGS += -DOPENSSL_NO_ASYNC
> +endif

Hi Peter,

this CFLAG is needed for musl as well:
https://wiki.musl-libc.org/open-issues.html
"Legacy functions operating on ucontext_t (getcontext, setcontext, 
makecontext, swapcontext) are not implemented."

Otherwise the build fails:

./libcrypto.so: undefined reference to `getcontext'
./libcrypto.so: undefined reference to `setcontext'
./libcrypto.so: undefined reference to `makecontext'

Regards, Bernd



More information about the buildroot mailing list