* [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
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