diff options
| author | Mauro Condarelli <mc5686@mclink.it> | 2017-04-21 12:33:08 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-10-23 00:40:02 +0200 |
| commit | e27c8e67f45cbc9e853228f669ce483a83b63265 (patch) | |
| tree | af5cb98780c2651ab792be07447ecff1e98096c7 /package/cppcms/cppcms.mk | |
| parent | 61bf28e5cb4461a515f6afeca4d963b0b389e401 (diff) | |
| download | buildroot-e27c8e67f45cbc9e853228f669ce483a83b63265.tar.gz buildroot-e27c8e67f45cbc9e853228f669ce483a83b63265.zip | |
libffi: add patch to fix MIPS support
Building Python 3.x on MIPS with musl fails because the libffi code
uses a "#ifdef linux" test to decide if we're building on Linux or
not. When building with -std=c99, "linux" is not defined, so instead
of including <asm/sgidefs.h>, libffi's code tries to include
<sgidefs.h>, which doesn't exist on musl.
The right fix is to use __linux__, which is POSIX compliant, and
therefore defined even when -std=c99 is used.
Note that glibc and uClibc were not affected because they do provide a
<sgidefs.h> header in addition to the <asm/sgidefs.h> one.
Signed-off-by: Mauro Condarelli <mc5686@mclink.it>
[Thomas: reformat patch with Git, add a better commit log and description.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(cherry picked from commit 4852f05907cd365825f37c283a415a77ba1fcba9)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/cppcms/cppcms.mk')
0 files changed, 0 insertions, 0 deletions

