Review Request 128106: kcatalog: Fix building with musl libc.

Kylie McClain somasis at exherbo.org
Sun Jun 5 15:06:27 UTC 2016


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128106/
-----------------------------------------------------------

Review request for KDE Frameworks and Chusslove Illich.


Repository: ki18n


Description
-------

musl libc's gettext implementation doesn't have an _nl_msg_cat_cntr
function, so it fails at linking with an undefined reference.
Since musl doesn't provide a macro for checking if it's a non-libintl
implentation of gettext, or even if the libc is musl, instead we just
check if _nl_msg_cat_cntr is defined.


Diffs
-----

  src/kcatalog.cpp 6682d62341dee03f5fc4906c2a88c6cda82fbedb 

Diff: https://git.reviewboard.kde.org/r/128106/diff/


Testing
-------


Thanks,

Kylie McClain

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20160605/095e163e/attachment.html>


More information about the Kde-frameworks-devel mailing list