aboutsummaryrefslogtreecommitdiff
path: root/include/rpath.h
Commit message (Collapse)AuthorAgeFilesLines
* Bsdtar (#42)Joseph Hunkeler2020-06-041-3/+3
| | | | | | | | | | | | | | | | | | | | | * Add docker build image * Use bsdtar * Disable ORIGIN * tar is bsdtar * Use absolute rpath * Replace matched path with destroot+libpath * No RPATH recieves a likely default path * Use RPATH not RUNPATH * Add bsdtar to circleci deps * Replace tar references
* Add install_name_tool and Darwin specific branchesJoseph Hunkeler2020-05-011-0/+1
|
* doxygen: add missing @file to each headerJoseph Hunkeler2020-03-181-0/+3
|
* Refactor RPATH creation:Joseph Hunkeler2020-03-071-3/+4
| | | | | | | | * Decreased complexity * Most rpath_* functions accept a FSTree structure now * Fewer calls to chdir() overall * Deeply nested libraries are detected * Libraries are no longer confined to lib/ and /lib64
* Refactor project structure:Joseph Hunkeler2020-02-111-0/+12
* Move prototypes and definitions to respective header files * Renamed strings.h to str.h to avoid collision with standard library header