D6796: Fix for solid on a musl based system

2017-07-20 Thread Bart Ribbers
PureTryOut abandoned this revision.
PureTryOut added a comment.


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

REPOSITORY
  R245 Solid

REVISION DETAIL
  https://phabricator.kde.org/D6796

To: PureTryOut
Cc: #frameworks


D6796: Fix for solid on a musl based system

2017-07-20 Thread Bart Ribbers
PureTryOut created this revision.
PureTryOut added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION 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 library 
that has it. Basically the procedure for FreeBSD, but now also for other 
systems (like Alpine Linux).

REPOSITORY
  R245 Solid

REVISION DETAIL
  https://phabricator.kde.org/D6796

AFFECTED FILES
  src/solid/devices/backends/udisks2/udisksblock.h

To: PureTryOut
Cc: #frameworks