<table><tr><td style="">vkrause added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D19697">View Revision</a></tr></table><br /><div><div><p>I can reproduce with -DCMAKE_ANDROID_API=26 here, while anything below builds fine. This seems to fix it:</p>
<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="diff" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);"><span style="color: #000080">diff --git a/src/lib/util/kuser_unix.cpp b/src/lib/util/kuser_unix.cpp</span>
<span style="color: #000080">index c42ea99..216dfb7 100644</span>
<span style="color: #a00000">--- a/src/lib/util/kuser_unix.cpp</span>
<span style="color: #00a000">+++ b/src/lib/util/kuser_unix.cpp</span>
<span style="color: #800080">@@ -36,7 +36,7 @@</span>
#include <algorithm> // std::find
#include <functional> // std::function
<span style="color: #a00000">-#if defined(__BIONIC__)</span>
<span style="color: #00a000">+#if defined(__BIONIC__) && __ANDROID_API__ < 26</span>
static inline struct passwd * getpwent() { return nullptr; }
inline void setpwent() { }
static inline void setgrent() { }</pre></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R244 KCoreAddons</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D19697">https://phabricator.kde.org/D19697</a></div></div><br /><div><strong>To: </strong>sh-zam<br /><strong>Cc: </strong>vkrause, apol, kde-frameworks-devel, michaelh, ngraham, bruns<br /></div>