LinearTapeFileSystem / ltfs

Reference implementation of the LTFS format Spec for stand alone tape drive
BSD 3-Clause "New" or "Revised" License
256 stars 76 forks source link

Modify linker flags #366

Closed piste-jp closed 2 years ago

piste-jp commented 2 years ago

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:

piste-jp commented 2 years ago

Merged to the master branch by cherry-pick operation.