https://bugs.kde.org/show_bug.cgi?id=365917
Michael Pyne <mp...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version Fixed In| |5.49.0 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/ki1 | |8n/543b8ae67c57500bf3cabde7 | |5bf1599904d6e482 --- Comment #6 from Michael Pyne <mp...@kde.org> --- Git commit 543b8ae67c57500bf3cabde75bf1599904d6e482 by Michael Pyne, on behalf of A. Wilcox. Committed on 15/07/2018 at 18:08. Pushed by mpyne into branch 'master'. libintl: Determine if _nl_msg_cat_cntr exists before use Using GNU gettext does not guarantee that GNU libintl will be used. This assumption breaks the build when using musl libc (which does implement libintl, but does so without using internal GNU symbols). FIXED-IN:5.49.0 M +1 -0 .gitignore M +3 -0 CMakeLists.txt M +3 -0 cmake/FindLibIntl.cmake A +25 -0 src/config.h.in M +3 -2 src/kcatalog.cpp https://commits.kde.org/ki18n/543b8ae67c57500bf3cabde75bf1599904d6e482 -- You are receiving this mail because: You are watching all bug changes.