Fix the configure check for _nl_msg_cat_cntr
ClosedPublic

Authored by vkrause on Jul 17 2018, 5:15 PM.

Details

Summary

We need to pass -Wl,--no-undefined to the linker for this to fail when the
symbol isn't present, otherwise this always passes.

This fixes the build on Android, where this symbol doesn't exist.

Diff Detail

Repository
R249 KI18n
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
vkrause created this revision.Jul 17 2018, 5:15 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJul 17 2018, 5:15 PM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
vkrause requested review of this revision.Jul 17 2018, 5:15 PM
apol accepted this revision.Jul 17 2018, 11:17 PM
apol added a subscriber: apol.

Thanks! Had to workaround this earlier today.

This revision is now accepted and ready to land.Jul 17 2018, 11:17 PM
This revision was automatically updated to reflect the committed changes.