----------------------------------------------------------- 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
_______________________________________________ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org https://mail.kde.org/mailman/listinfo/kde-frameworks-devel