From: Bernd Kuhls <bernd.kuhls@t-online.de>
To: buildroot@busybox.net
Subject: [Buildroot] [RFC v1 1/2] libopenssl: bump version to 1.1.0h
Date: Tue, 01 May 2018 09:46:57 +0200 [thread overview]
Message-ID: <hkilrexprh.ln2@ID-313208.user.individual.net> (raw)
In-Reply-To: 20180417211921.18718-1-ps.report@gmx.net
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
next prev parent reply other threads:[~2018-05-01 7:46 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-17 21:19 [Buildroot] [RFC v1 1/2] libopenssl: bump version to 1.1.0h Peter Seiderer
2018-04-17 21:19 ` [Buildroot] [RFC v1 2/2] openssh: add patch to fix openssl-1.1.0h compile Peter Seiderer
2018-04-20 15:29 ` [Buildroot] [RFC v1 1/2] libopenssl: bump version to 1.1.0h Ryan Coe
2018-04-29 8:17 ` Bernd Kuhls
2018-05-02 21:25 ` Peter Seiderer
2018-05-02 21:14 ` Peter Seiderer
2018-04-29 13:00 ` Bernd Kuhls
2018-05-03 21:05 ` Peter Seiderer
2018-05-01 7:46 ` Bernd Kuhls [this message]
2018-05-02 21:35 ` Peter Seiderer
2018-05-02 7:21 ` Thomas Petazzoni
2018-05-03 21:11 ` Peter Seiderer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=hkilrexprh.ln2@ID-313208.user.individual.net \
--to=bernd.kuhls@t-online.de \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox