Fix for solid on a musl based system
AbandonedPublic

Authored by PureTryOut on Jul 20 2017, 10:09 AM.

Details

Reviewers
None
Summary

Currently compiling solid fails due to "dev_t" being undefined, this patch fixes that by checking if "dev_t" is available and if not import the header that has it. Basically the procedure for FreeBSD, but now also for other systems (like Alpine Linux).

Diff Detail

Repository
R245 Solid
Lint
Lint Skipped
Unit
Unit Tests Skipped
PureTryOut created this revision.Jul 20 2017, 10:09 AM
Restricted Application added a subscriber: Frameworks. ยท View Herald TranscriptJul 20 2017, 10:09 AM
PureTryOut edited the summary of this revision. (Show Details)Jul 20 2017, 10:17 AM
PureTryOut abandoned this revision.Jul 20 2017, 10:25 AM

Noticed this fix was submitted already https://phabricator.kde.org/D6596