All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure.ac: HAVE_EXPLICIT_BZERO is needed for internal ell
@ 2019-05-09  9:19 Adrian Bunk
  2019-05-15 17:58 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2019-05-09  9:19 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 490 bytes --]

---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index bacb7ac5..cf33d79a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -220,6 +220,8 @@ if (test "${enable_external_ell}" = "yes"); then
 		AC_MSG_ERROR(Embedded Linux library >= 0.12 is required))
 	AC_SUBST(ELL_CFLAGS)
 	AC_SUBST(ELL_LIBS)
+else
+	AC_CHECK_FUNCS(explicit_bzero)
 fi
 AM_CONDITIONAL(EXTERNAL_ELL, test "${enable_external_ell}" = "yes")
 
-- 
2.20.1


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

* Re: [PATCH] configure.ac: HAVE_EXPLICIT_BZERO is needed for internal ell
  2019-05-09  9:19 [PATCH] configure.ac: HAVE_EXPLICIT_BZERO is needed for internal ell Adrian Bunk
@ 2019-05-15 17:58 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2019-05-15 17:58 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 266 bytes --]

Hi Adrian,

On 05/09/2019 04:19 AM, Adrian Bunk wrote:
> ---
>   configure.ac | 2 ++
>   1 file changed, 2 insertions(+)
> 

Looks like Marcel pushed a slightly different fix for this as commit:
dff595671bf5a46f7c9231966a6cd7d2a0183076

Regards,
-Denis

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

end of thread, other threads:[~2019-05-15 17:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-09  9:19 [PATCH] configure.ac: HAVE_EXPLICIT_BZERO is needed for internal ell Adrian Bunk
2019-05-15 17:58 ` Denis Kenzior

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.