Bug 93785

Summary: [PATCH] Fix building on musl-libc
Product: kmscon Reporter: Kylie McClain <kylie>
Component: kmsconAssignee: David Herrmann <dh.herrmann>
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: All   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments: [PATCH] Use asm/ioctls.h if TIOCSIG is not defined in ioctl.h

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.