summaryrefslogtreecommitdiffstats
path: root/patchelf.1
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosJakub Wilk2017-04-041-1/+1
|
* Add '--allowed-rpath-prefixes' option to '--shrink-rpath'Tuomas Tynkkynen2016-06-031-0/+6
| | | | | | | | | | | | | | | | | | Fixes #97. In essence, the problem is that some packages in Nixpkgs have RPATHs pointing to both $NIX_BUILD_TOP and $out, e.g.: /tmp/nix-build-openldap-2.4.44.drv-0/openldap-2.4.44/libraries/libldap_r/.libs /tmp/nix-build-openldap-2.4.44.drv-0/openldap-2.4.44/libraries/liblber/.libs /nix/store/bfkmdxmv3a3f0g3d2q8jkdz2wam93c5z-openldap-2.4.44/lib /nix/store/bfkmdxmv3a3f0g3d2q8jkdz2wam93c5z-openldap-2.4.44/lib64 Currently, running `patchelf --shrink-rpath` does the wrong thing by keeping the /tmp/ paths and deleting the /nix/store ones. Now we can fix the problem by using patchelf --shrink-rpath --allowed-rpath-prefixes $NIX_STORE_DIR in the Nixpkgs fixupPhase instead.
* Allow overriding pagesize at runtime via a command-line argumentFelipe Sateler2016-01-151-0/+3
|
* Document three missing commands in manpagedarealshinji2015-07-241-0/+10
| | | | | --print-soname --set-soname --remove-rpath
* man page: add docs for two options from readmeVladimír Čunát2015-06-231-0/+8
| | | | Reported on ML by tjernlund@tjernlund.se.
* Add option --no-default-libChangli Gao2014-10-221-0/+4
| | | | | Marks the object that the search for dependencies of this object will ignore any default library search paths.
* Merge branch 'document-remove-needed' of github.com:fsateler/patchelfEelco Dolstra2014-04-241-3/+3
|\ | | | | | | | | Conflicts: patchelf.1
| * Document --remove-needed in manpageFelipe Sateler2014-03-181-0/+4
| |
* | Merge branch 'manpage-typo' of github.com:fsateler/patchelfEelco Dolstra2014-04-241-1/+1
|\ \
| * | Fix typo in manpageFelipe Sateler2014-03-281-1/+1
| |/
* | Add --remove-needed to manpage.David Sveningsson2013-12-171-0/+4
|/
* * Added a manual page contributed by Jeremy SandersEelco Dolstra2010-06-101-0/+63
<jeremy@jeremysanders.net>.