All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v2] cfg: Add check for newly used function in ELL
@ 2021-01-04 19:40 Brian Gix
  2021-01-04 19:48 ` [BlueZ,v2] " bluez.test.bot
  2021-01-04 19:50 ` [PATCH BlueZ v2] " Gix, Brian
  0 siblings, 2 replies; 3+ messages in thread
From: Brian Gix @ 2021-01-04 19:40 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: luiz.dentz, Brian Gix

ELL has a new dependency on rawmemchr() which needs to be accounted for
at configure time.
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index d6347c098..6f4096c88 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,6 +49,8 @@ AC_ARG_ENABLE(threads, AC_HELP_STRING([--enable-threads],
 
 AC_CHECK_FUNCS(explicit_bzero)
 
+AC_CHECK_FUNCS(rawmemchr)
+
 AC_CHECK_FUNC(signalfd, dummy=yes,
 			AC_MSG_ERROR(signalfd support is required))
 
-- 
2.25.4


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

* RE: [BlueZ,v2] cfg: Add check for newly used function in ELL
  2021-01-04 19:40 [PATCH BlueZ v2] cfg: Add check for newly used function in ELL Brian Gix
@ 2021-01-04 19:48 ` bluez.test.bot
  2021-01-04 19:50 ` [PATCH BlueZ v2] " Gix, Brian
  1 sibling, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2021-01-04 19:48 UTC (permalink / raw)
  To: linux-bluetooth, brian.gix

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

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=408835

---Test result---

##############################
Test: CheckPatch - PASS

##############################
Test: CheckGitLint - PASS

##############################
Test: CheckBuild - PASS

##############################
Test: MakeCheck - PASS



---
Regards,
Linux Bluetooth


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

* Re: [PATCH BlueZ v2] cfg: Add check for newly used function in ELL
  2021-01-04 19:40 [PATCH BlueZ v2] cfg: Add check for newly used function in ELL Brian Gix
  2021-01-04 19:48 ` [BlueZ,v2] " bluez.test.bot
@ 2021-01-04 19:50 ` Gix, Brian
  1 sibling, 0 replies; 3+ messages in thread
From: Gix, Brian @ 2021-01-04 19:50 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: luiz.dentz

Applied
On Mon, 2021-01-04 at 11:40 -0800, Brian Gix wrote:
> ELL has a new dependency on rawmemchr() which needs to be accounted for
> at configure time.
> ---
>  configure.ac | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/configure.ac b/configure.ac
> index d6347c098..6f4096c88 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -49,6 +49,8 @@ AC_ARG_ENABLE(threads, AC_HELP_STRING([--enable-threads],
>  
>  AC_CHECK_FUNCS(explicit_bzero)
>  
> +AC_CHECK_FUNCS(rawmemchr)
> +
>  AC_CHECK_FUNC(signalfd, dummy=yes,
>  			AC_MSG_ERROR(signalfd support is required))
>  

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

end of thread, other threads:[~2021-01-04 19:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-04 19:40 [PATCH BlueZ v2] cfg: Add check for newly used function in ELL Brian Gix
2021-01-04 19:48 ` [BlueZ,v2] " bluez.test.bot
2021-01-04 19:50 ` [PATCH BlueZ v2] " Gix, Brian

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.