aboutsummaryrefslogtreecommitdiff
path: root/src/rpath.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-303/+0
| | | | possible
* Shared library search improvementJoseph Hunkeler2020-03-181-2/+1
| | | | | * Define platform dependent SPM_SHLIB_EXTENSION * rpath_libraries_available() uses SPM_SHLIB_EXTENSION
* Assign default RPATHs when auto-generated string is emptyJoseph Hunkeler2020-03-181-0/+15
| | | | * Increased verbosity shows shell execution
* Fix stupid off-by-one bug and remove unnecessary code to calculate an offsetJoseph Hunkeler2020-03-101-11/+4
|
* Refactor RPATH creation:Joseph Hunkeler2020-03-071-96/+94
| | | | | | | | * 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
* Oh the multilib is killing meJoseph Hunkeler2020-03-041-2/+11
|
* Break out of scanning loop when a match is discoveredJoseph Hunkeler2020-02-251-1/+2
|
* Refactor continues:Joseph Hunkeler2020-02-171-4/+4
| | | | | | | | | * Implement multiple manifests * Random bug fixes * More bugs added * Start removing references to SPM_GLOBAL.package_dir * Start using manifests for everything * Simplify mkmanifest_interface
* Fix RPATH generation:Joseph Hunkeler2020-02-101-28/+34
| | | | | * Continue processing if a lib directory does not contain NEEDED libraries * Clean up a few allocations
* Use libraries associated with a program to determine lib directoryJoseph Hunkeler2020-02-071-5/+21
|
* Bugfix: Improper quotes around string containing "$"Joseph Hunkeler2020-02-041-2/+1
|
* SEAD - memory leaksJoseph Hunkeler2020-01-301-1/+1
|
* Remove md5sum functionJoseph Hunkeler2020-01-281-0/+5
| | | | * Fix a few glaring memory leaks
* bugfix: return empty string if binary has no prior RPATH definedJoseph Hunkeler2019-12-311-1/+1
|
* FixesJoseph Hunkeler2019-12-301-1/+7
| | | | | | | * Verbosity++ * If no requirements are present do not to report we are installing some * Redirect all shell output to stderr (need a better way) * implemented file_is_binexec() to avoid running patchelf on generic data files
* Fix inane compiler warningsJoseph Hunkeler2019-12-301-16/+30
| | | | | | * fix rpath_set * add rpath_autoset * add internal command "rpath_set"
* Minor fixes:Joseph Hunkeler2019-12-291-8/+8
| | | | | | * size_t in place of int * Moved some variables closer to their execution scope * Add some error checks
* Documentation (and stubs)Joseph Hunkeler2019-12-281-0/+6
|
* Fixes:Joseph Hunkeler2019-12-281-0/+3
| | | | | | | * doxygen config * doxygen @file directives * corrected stupid strip() implemention * corrected strip usage by config parser. wrong pointer.
* Refactor project structureJoseph Hunkeler2019-12-181-0/+233