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

Peter Seiderer ps.report at gmx.net
Wed May 2 21:35:37 UTC 2018


Hello Bernd,

On Tue, 01 May 2018 09:46:57 +0200, Bernd Kuhls <bernd.kuhls at t-online.de> wrote:

> 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'

Thanks for the hint, will fix the musl compile at the next
version of the patch too...

Regards,
Peter

> 
> Regards, Bernd
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot



More information about the buildroot mailing list