Fix build failure on musl based systems
ClosedPublic

Authored by PureTryOut on Jun 9 2018, 12:55 PM.

Details

Summary

Musl lacks backtrace support, so this patch fixes the build by making sure it only gets compiled when using a glibc system.

This will fix https://bugs.kde.org/show_bug.cgi?id=395161

Diff Detail

Repository
R224 KDE Connect
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
PureTryOut created this revision.Jun 9 2018, 12:55 PM
Restricted Application added a project: KDE Connect. · View Herald TranscriptJun 9 2018, 12:55 PM
Restricted Application added a subscriber: kdeconnect. · View Herald Transcript
PureTryOut requested review of this revision.Jun 9 2018, 12:55 PM
PureTryOut edited the summary of this revision. (Show Details)Jun 9 2018, 5:15 PM
nicolasfella accepted this revision.Jun 9 2018, 8:43 PM
nicolasfella added a subscriber: nicolasfella.

Thanks!

This revision is now accepted and ready to land.Jun 9 2018, 8:43 PM
This revision was automatically updated to reflect the committed changes.