https://bugs.kde.org/show_bug.cgi?id=373175

Michael Pyne <mp...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mp...@kde.org

--- Comment #3 from Michael Pyne <mp...@kde.org> ---
We have recently made changes to individual KF5 modules to allow them to build
with musl (on Alpine).  So for KF5 at least this should no longer be necessary.
 The patches were applied to each specific KF5 module rather than
unconditionally requesting POSIX defines.

Have you tried this on FreeBSD?  That OS in particular gave us issues with
those modifications, because FreeBSD will normally export symbols by default
*except* for when you use one of those feature test macros; then it *disables
everything* not in ISO C and then enables the features given by the macro you
use.  For the KF5 modules that actually used symbols that were only in BSD,
fixing the missing POSIX symbols had the effect of breaking the BSD symbols.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to