buildroot/package/luaposix
Jörg Krause d54751e2d4 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>
2015-09-19 14:14:16 +02:00
..
0001-sched-workaround-glibc-_POSIX_PRIORITY_SCHEDULING-bu.patch package/luaposix: add patch to fix musl compatibility 2015-09-19 14:14:16 +02:00
Config.in
luaposix.mk package/luaposix: add patch to fix musl compatibility 2015-09-19 14:14:16 +02:00