diff options
author | Jörg Krause <joerg.krause@embedded.rocks> | 2015-09-15 01:22:39 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-09-19 14:14:16 +0200 |
commit | d54751e2d451cf2737971bd901e88501349d0dd6 (patch) | |
tree | c03c7512af258587b91193a4481f60db9e60040a /package/micropython/micropython.mk | |
parent | 08647c6328223b1070c64fe618d09a1a87b30ce3 (diff) | |
download | buildroot-d54751e2d451cf2737971bd901e88501349d0dd6.tar.gz buildroot-d54751e2d451cf2737971bd901e88501349d0dd6.zip |
package/luaposix: add patch to fix musl compatibility
Backport patch from upstream to fix musl build error:
```
In file included from ext/posix/posix.c:25:0:
ext/posix/sched.c: In function 'Psched_setscheduler':
ext/posix/sched.c:74:9: error: variable 'sched_param' has initializer but incomplete type
struct sched_param sched_param = {0};
```
Fixed upstream by commit 11cc8a2973569ec7fb1e7c2466dca0282944b124.
[Thomas: add missing <pkg>_AUTORECONF=YES.]
Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/micropython/micropython.mk')
0 files changed, 0 insertions, 0 deletions