aboutsummaryrefslogtreecommitdiff
path: root/lib/rpath.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused rpath detection/creationJoseph Hunkeler2020-06-071-86/+0
|
* Bsdtar (#42)Joseph Hunkeler2020-06-041-9/+40
| | | | | | | | | | | | | | | | | | | | | * 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
* Refactor fstree (#39)Joseph Hunkeler2020-06-031-1/+1
| | | | | | | | | | | | | | | * Refactor fstree, fstree_free, FSTree type * Add FSRec structure * Refactor fstree usage * Decrease starting size of FSTree structure * Check if ManifestPackage is NULL, not if the requirements array if NULL * Use num_requirements instead of '!= NULL' * Add fstree test
* Add install_name_tool and Darwin specific branchesJoseph Hunkeler2020-05-011-3/+22
|
* Add install_name_toolJoseph Hunkeler2020-04-291-57/+38
| | | | * Begin refactoring to support macos more easily
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-0/+303
possible