<table><tr><td style="">awilcox created this revision.<br />awilcox added a reviewer: alexmerry.<br />Restricted Application added projects: Frameworks, Build System.<br />Restricted Application added subscribers: Build System, Frameworks.
</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/D8256" rel="noreferrer">View Revision</a></tr></table><br /><div><strong>REVISION SUMMARY</strong><div><p>(This was reported on the KDE bug tracker as <a href="https://bugs.kde.org/show_bug.cgi?id=373175" class="remarkup-link" target="_blank" rel="noreferrer">Bug 373175</a>.  The summary of that bug follows.)</p>

<p>When building on non-glibc Unix platforms, such as Solaris, NetBSD, and Linux/musl or Linux/uclibc, multiple components of KF5 fail to build.  This is because -std=iso9899:1990 is specified (for strict C90 compliance) but _XOPEN_SOURCE is not defined, so none of the POSIX interfaces are exported.  I have seen this reported in at least:</p>

<ul class="remarkup-list">
<li class="remarkup-list-item">kinit</li>
<li class="remarkup-list-item">kscreenlocker</li>
<li class="remarkup-list-item">plasma-workspace</li>
</ul>

<p>The attached patch resolves this issue on all our build boxes; additionally, applying it to my glibc builder did not change the already working result.</p></div></div><br /><div><strong>TEST PLAN</strong><div><p>The entire Adélie Linux distribution's set of KDE packages has been built against extra-cmake-modules-5.38.0 with this patch applied.  The Plasma 5 desktop and KDE software build, test, and run correctly (where applicable).</p></div></div><br /><div><strong>REPOSITORY</strong><div><div>R240 Extra CMake Modules</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D8256" rel="noreferrer">https://phabricator.kde.org/D8256</a></div></div><br /><div><strong>AFFECTED FILES</strong><div><div>kde-modules/KDECompilerSettings.cmake</div></div></div><br /><div><strong>To: </strong>awilcox, alexmerry<br /><strong>Cc: </strong>Frameworks, Build System<br /></div>