An open API service indexing awesome lists of open source software.

https://github.com/hazcod/lddfix

Script to fix any linked libraries for your executable to make it static.
https://github.com/hazcod/lddfix

Last synced: 2 months ago
JSON representation

Script to fix any linked libraries for your executable to make it static.

Awesome Lists containing this project

README

          

# lddfix
Script to fix any linked libraries for your executable to make it static.

If your binary is not compiled statically it requires specific libraries to be in place.
This script copies all required libraries to `./static/` and patches your binary paths using `patchelf`.