All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Fix compilation on armhf/Musl
@ 2017-09-08 16:18 Clayton Craft
  2017-09-08 17:11 ` Denis Kenzior
  0 siblings, 1 reply; 3+ messages in thread
From: Clayton Craft @ 2017-09-08 16:18 UTC (permalink / raw)
  To: ofono

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

The following patch is needed to successfully build ofono on armhf with
musl (in place of libc)


diff --git a/gril/parcel.h b/gril/parcel.h
index e5592ae1..46887890 100644
--- a/gril/parcel.h
+++ b/gril/parcel.h
@@ -23,6 +23,7 @@
 #define __PARCEL_H

 #include <stdlib.h>
+#include <stdint.h>

 struct parcel {
        char *data;
diff --git a/plugins/gemalto.c b/plugins/gemalto.c
index 011713e6..45ec0cf9 100644
--- a/plugins/gemalto.c
+++ b/plugins/gemalto.c
@@ -25,6 +25,7 @@

 #include <errno.h>
 #include <stdlib.h>
+#include <stdint.h>

 #include <glib.h>
 #include <gatchat.h>


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

* Re: [PATCH 1/1] Fix compilation on armhf/Musl
  2017-09-08 16:18 [PATCH 1/1] Fix compilation on armhf/Musl Clayton Craft
@ 2017-09-08 17:11 ` Denis Kenzior
  2017-09-08 17:15   ` Clayton Craft
  0 siblings, 1 reply; 3+ messages in thread
From: Denis Kenzior @ 2017-09-08 17:11 UTC (permalink / raw)
  To: ofono

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

Hi Clayton,

On 09/08/2017 11:18 AM, Clayton Craft wrote:
> The following patch is needed to successfully build ofono on armhf with
> musl (in place of libc)
> 
> 

Applied.  Please note that I had to hand-apply this patch since it 
didn't apply cleanly.  Are you using the latest git?

Also, I split this into two commits per our Patch submission guidelines. 
  See 'HACKING' document in git.

Regards,
-Denis

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

* Re: [PATCH 1/1] Fix compilation on armhf/Musl
  2017-09-08 17:11 ` Denis Kenzior
@ 2017-09-08 17:15   ` Clayton Craft
  0 siblings, 0 replies; 3+ messages in thread
From: Clayton Craft @ 2017-09-08 17:15 UTC (permalink / raw)
  To: ofono

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

>Applied.  Please note that I had to hand-apply this patch since 
>it didn't apply cleanly.  Are you using the latest git?

Hmm, I am using the latest git (well as of earlier this morning).


>Also, I split this into two commits per our Patch submission 
>guidelines.  See 'HACKING' document in git.

Shoot, I'm sorry. I will re-read the HACKING document :)

-Clayton


On Fri, Sep 08, 2017 at 12:11:52PM -0500, Denis Kenzior wrote:
>Hi Clayton,
>
>On 09/08/2017 11:18 AM, Clayton Craft wrote:
>>The following patch is needed to successfully build ofono on armhf with
>>musl (in place of libc)
>>
>>
>
>Applied.  Please note that I had to hand-apply this patch since 
>it didn't apply cleanly.  Are you using the latest git?
>
>Also, I split this into two commits per our Patch submission 
>guidelines.  See 'HACKING' document in git.
>
>Regards,
>-Denis


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

end of thread, other threads:[~2017-09-08 17:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-08 16:18 [PATCH 1/1] Fix compilation on armhf/Musl Clayton Craft
2017-09-08 17:11 ` Denis Kenzior
2017-09-08 17:15   ` Clayton Craft

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.