aboutsummaryrefslogtreecommitdiff
path: root/src/rpath.c
Commit message (Collapse)AuthorAgeFilesLines
* 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