Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 539 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 539 Bytes

packelf

A packelf packs ELF files by relocating linked shared objects. It copies linked shared objects into .lib directory of the given path and rewrite rpath of ELF files by patchelf to make them relocatable.

Requirements

Limitation

  • It may break ELF files which already use rpath to change reference of shared objects

See also