David Yang 9a01ff5c03 dante: disable sched_getscheduler() - not implemented in musl
musl doesn't come with an valid implementation of `sched_getscheduler()`;
it simply returns -ENOSYS for it. Without this option (and compile dante
with `sched_getscheduler()` enabled), you will get

    error: serverinit(): sched_getscheduler(2): failed to retrieve current
    cpuscheduling policy: Function not implemented

and dante won't start at all.

Ref: http://lists.alpinelinux.org/alpine-devel/3932.html
Ref: http://lists.alpinelinux.org/alpine-devel/3936.html
Signed-off-by: David Yang <mmyangfl@gmail.com>
[slightly reword commit message]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(backported from aaf46a8fe23eca959164c1681ab3a37c6e746b05)
2018-12-18 11:28:14 +01:00
..
2018-12-18 09:11:40 +01:00
2018-03-23 23:49:55 +01:00
2018-04-27 09:59:28 +02:00
2018-10-07 17:15:45 +02:00
2018-03-09 22:13:22 +01:00
2018-12-18 09:44:01 +01:00
2018-02-28 12:46:02 +01:00
2018-12-18 10:34:07 +01:00
2018-12-18 09:44:00 +01:00
2017-10-15 00:24:22 +02:00