Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/mesa3d: fix musl build
@ 2016-01-26 19:56 Bernd Kuhls
  2016-01-26 20:21 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2016-01-26 19:56 UTC (permalink / raw)
  To: buildroot

Compile error occured using an allyesconfig, it seems it has not been
caught by the autobuilders yet.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/mesa3d/0003-musl.patch | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 package/mesa3d/0003-musl.patch

diff --git a/package/mesa3d/0003-musl.patch b/package/mesa3d/0003-musl.patch
new file mode 100644
index 0000000..8f7ba77
--- /dev/null
+++ b/package/mesa3d/0003-musl.patch
@@ -0,0 +1,18 @@
+Fix musl build
+
+Downloaded from
+http://git.alpinelinux.org/cgit/aports/plain/main/mesa/musl-fixes.patch
+
+Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
+
+--- ./src/gallium/winsys/svga/drm/vmw_screen.h.orig
++++ ./src/gallium/winsys/svga/drm/vmw_screen.h
+@@ -34,7 +34,7 @@
+ #ifndef VMW_SCREEN_H_
+ #define VMW_SCREEN_H_
+ 
+-
++#include <sys/stat.h>
+ #include "pipe/p_compiler.h"
+ #include "pipe/p_state.h"
+ 
-- 
2.7.0.rc3

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

* [Buildroot] [PATCH 1/1] package/mesa3d: fix musl build
  2016-01-26 19:56 [Buildroot] [PATCH 1/1] package/mesa3d: fix musl build Bernd Kuhls
@ 2016-01-26 20:21 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2016-01-26 20:21 UTC (permalink / raw)
  To: buildroot

Bernd,

On Tue, 26 Jan 2016 20:56:46 +0100, Bernd Kuhls wrote:
> Compile error occured using an allyesconfig, it seems it has not been
> caught by the autobuilders yet.
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

I've applied your patch, thanks! However, could you try to use Git to
format the patches? It's a good practice, especially for Git hosted
projects.

Also, can you submit this patch to the upstream project ?

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

end of thread, other threads:[~2016-01-26 20:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-26 19:56 [Buildroot] [PATCH 1/1] package/mesa3d: fix musl build Bernd Kuhls
2016-01-26 20:21 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox