package/libopenssl: fix issue when compiling with BR2_OPTIMIZE_G=y
authorYann Sionneau <ysionneau@kalray.eu>
Tue, 2 Feb 2021 16:53:21 +0000 (17:53 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 2 Feb 2021 21:11:47 +0000 (22:11 +0100)
commita00b6354a20e46f0623ed4dd25b8cc47b9ab3d44
tree56d6e9785f9503e8a71bfe8d35164c28a94ae2be
parent98298134276e00232afc3433418cebf5f809ddd6
package/libopenssl: fix issue when compiling with BR2_OPTIMIZE_G=y

For instance on risc-v 64 arch the build would otherwise fail because
of undefined ucontext_t because "-DOPENSSL_NO_ASYNC" would not propagate
through to CFLAGS in the Makefile.

Signed-off-by: Yann Sionneau <ysionneau@kalray.eu>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/libopenssl/libopenssl.mk