From: Adrian Bunk <bunk@kernel.org>
To: ofono@ofono.org
Subject: [PATCH] configure.ac: HAVE_EXPLICIT_BZERO is needed for internal ell
Date: Thu, 09 May 2019 12:19:52 +0300 [thread overview]
Message-ID: <20190509091952.17075-2-bunk@kernel.org> (raw)
[-- 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
next reply other threads:[~2019-05-09 9:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-09 9:19 Adrian Bunk [this message]
2019-05-15 17:58 ` [PATCH] configure.ac: HAVE_EXPLICIT_BZERO is needed for internal ell Denis Kenzior
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=20190509091952.17075-2-bunk@kernel.org \
--to=bunk@kernel.org \
--cc=ofono@ofono.org \
/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