Discussion:
D16611: Fix build with libc++
Kirill Tatunov
2018-11-02 13:54:18 UTC
Permalink
ktatunov created this revision.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
ktatunov requested review of this revision.

REVISION SUMMARY
The build breaks with clang & libc++ because apparently libc++ doesn't transitively include <errno.h> so to use EPERM we need to add it explicitly.

REPOSITORY
R133 KScreenLocker

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

AFFECTED FILES
greeter/seccomp_filter.cpp

To: ktatunov
Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
Kirill Tatunov
2018-11-12 23:11:36 UTC
Permalink
ktatunov added a comment.


Could you commit this for me please? I don't have a developer account.

REPOSITORY
R133 KScreenLocker

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

To: ktatunov, #plasma, #kwin, mart
Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
David Edmundson
2018-12-03 09:46:42 UTC
Permalink
This revision was automatically updated to reflect the committed changes.
Closed by commit R133:0a5233341ea7: Fix build with libc++ (authored by ktatunov, committed by davidedmundson).

REPOSITORY
R133 KScreenLocker

CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D16611?vs=44704&id=46775

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

AFFECTED FILES
greeter/seccomp_filter.cpp

To: ktatunov, #plasma, #kwin, mart
Cc: plasma-devel, ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
Loading...