Fix finding libintl when "cross"-compiling native Yocto packages
ClosedPublic

Authored by vkrause on Jan 1 2018, 12:23 PM.

Details

Summary

In that case the libintl code we look for here is part of the host glibc,
and as such not in the host prefix that the CMake toolchain file searches
in. We can address this by handling the case correctly that both the
include and library paths are empty but the symbol is found nevertheless.

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.Jan 1 2018, 12:23 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptJan 1 2018, 12:23 PM
vkrause requested review of this revision.Jan 1 2018, 12:23 PM
ilic accepted this revision.Jan 20 2018, 10:56 AM
This revision is now accepted and ready to land.Jan 20 2018, 10:56 AM
This revision was automatically updated to reflect the committed changes.