Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] Simple additional patch to allow compilation of python-3.6.1 under mipsel-buildroot-linux-musl.
@ 2017-04-21 10:33 Mauro Condarelli
  2017-10-22 14:09 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Mauro Condarelli @ 2017-04-21 10:33 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
---
 .../0005-mips-musl-fix-sgidefs_h-not-found-error.patch       | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 package/libffi/0005-mips-musl-fix-sgidefs_h-not-found-error.patch

diff --git a/package/libffi/0005-mips-musl-fix-sgidefs_h-not-found-error.patch b/package/libffi/0005-mips-musl-fix-sgidefs_h-not-found-error.patch
new file mode 100644
index 000000000..b9490f30a
--- /dev/null
+++ b/package/libffi/0005-mips-musl-fix-sgidefs_h-not-found-error.patch
@@ -0,0 +1,12 @@
+diff -ru libffi-3.2.1_/src/mips/ffitarget.h libffi-3.2.1/src/mips/ffitarget.h
+--- libffi-3.2.1_/src/mips/ffitarget.h	2014-11-08 13:47:24.000000000 +0100
++++ libffi-3.2.1/src/mips/ffitarget.h	2017-04-21 10:53:23.447304581 +0200
+@@ -32,7 +32,7 @@
+ #error "Please do not include ffitarget.h directly into your source.  Use ffi.h instead."
+ #endif
+ 
+-#ifdef linux
++#ifdef __linux__
+ # include <asm/sgidefs.h>
+ #elif defined(__rtems__)
+ /*
-- 
2.11.0

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

* [Buildroot] [PATCH 1/1] Simple additional patch to allow compilation of python-3.6.1 under mipsel-buildroot-linux-musl.
  2017-04-21 10:33 [Buildroot] [PATCH 1/1] Simple additional patch to allow compilation of python-3.6.1 under mipsel-buildroot-linux-musl Mauro Condarelli
@ 2017-10-22 14:09 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2017-10-22 14:09 UTC (permalink / raw)
  To: buildroot

Hello,

On Fri, 21 Apr 2017 12:33:08 +0200, Mauro Condarelli wrote:
> Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
> ---
>  .../0005-mips-musl-fix-sgidefs_h-not-found-error.patch       | 12 ++++++++++++
>  1 file changed, 12 insertions(+)
>  create mode 100644 package/libffi/0005-mips-musl-fix-sgidefs_h-not-found-error.patch

We finally got to this patch, and I pushed an improved version of it,
i.e with a better commit log and patch description.

See
https://git.buildroot.org/buildroot/commit/?id=4852f05907cd365825f37c283a415a77ba1fcba9.

Thanks!

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

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

end of thread, other threads:[~2017-10-22 14:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-21 10:33 [Buildroot] [PATCH 1/1] Simple additional patch to allow compilation of python-3.6.1 under mipsel-buildroot-linux-musl Mauro Condarelli
2017-10-22 14:09 ` Thomas Petazzoni

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