Closed piste-jp closed 2 years ago
Current linker flag for creating shared libraries are not good. The linker called from libtool reports errors of unexisted files.
This modifications fixes linking problem from 3rd party apps which links the shared libraries provided from LTFS.
Do not link the message bundles with -l options. But specify the object files directly.
-l
Merged to the master branch by cherry-pick operation.
master
cherry-pick
Summary of changes
Current linker flag for creating shared libraries are not good. The linker called from libtool reports errors of unexisted files.
This modifications fixes linking problem from 3rd party apps which links the shared libraries provided from LTFS.
Description
Do not link the message bundles with
-l
options. But specify the object files directly.Type of change
Checklist: