Bug 93785 - [PATCH] Fix building on musl-libc
Summary: [PATCH] Fix building on musl-libc
Status: NEW
Alias: None
Product: kmscon
Classification: Unclassified
Component: kmscon (show other bugs)
Version: unspecified
Hardware: All Linux (All)
: medium normal
Assignee: David Herrmann
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-20 03:42 UTC by Kylie McClain
Modified: 2016-01-20 03:42 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
[PATCH] Use asm/ioctls.h if TIOCSIG is not defined in ioctl.h (624 bytes, text/plain)
2016-01-20 03:42 UTC, Kylie McClain
Details

Description Kylie McClain 2016-01-20 03:42:00 UTC
Created attachment 121147 [details]
[PATCH] Use asm/ioctls.h if TIOCSIG is not defined in ioctl.h

kmscon git fails to build on musl libc, because TIOCSIG is undefined. This patches fixes it to try asm/ioctls.h, if it is not defined after including sys/ioctl.h.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.